Wildcard Expansion

Paul Blumstein paulb at ttidca.TTI.COM
Thu Feb 1 11:11:34 AEST 1990


In article <8466 at pogo.WV.TEK.COM> bluneski at pogo.WV.TEK.COM (Bob Luneski) writes:
+Does anyone have a general wildcard expansion code in C or 68000 Assembler?
+Something like given a filename and a wildcard mask, is the file covered
+by the mask?? 

See if your system has re_comp & re_exec.  Those routines will do what you
want.
=============================================================================
Paul Blumstein    | Is it proper to ask the C.E. fixing your MIDI system
Citicorp/TTI      | whether it will ever be able to play the violin again?
Santa Monica, CA  +----------------------------------------------------------
{philabs,csun,psivax}!ttidca!paulb  or  paulb at ttidca.TTI.COM
DISCLAIMER: Don't believe everything I hear or anything you say.



More information about the Comp.lang.c mailing list