Xref: utzoo comp.lang.c:20496 comp.sys.mac:36069 comp.sys.mac.programmer:8142 Path: utzoo!utgpu!watmath!att!tut.cis.ohio-state.edu!cica!gatech!psuvax1!psuvm!lmd101 From: LMD101@PSUVM.BITNET (Matthew Day) Newsgroups: comp.lang.c,comp.sys.mac,comp.sys.mac.programmer Subject: C wildcard routines Message-ID: <89220.141719LMD101@PSUVM> Date: 8 Aug 89 18:17:19 GMT Organization: Penn State University - Center for Academic Computing Lines: 10 Hi, I'm writing a program that attempts to search through a table(array) of names, and pulls out the names according to a wildcard specification. The kind of wildcards I want to use are the typical ones such as '*', '?', etc. Unfortunately my wildcard matching routines aren't working very well. I was wondering if anyone had some C source code they could point me to that handles wildcards? My program and I thank you! Matt Day lmd101@psuvm.bitnet