#include "stdafx.h" // Rich Salz wildmat function, as he defined it. Will stick to // standards, so I have copied it from UNIX systems. static int DoMatch(const char *text, const char *p, const char* end) { int matched; for (; *p && (end?text