PDA

View Full Version : fnmatch


phoenixfr
06-05-2003, 11:14 AM
i tried to compile the undupe.c from project-zs with devcpp not to have the cygwin dll but i realized that fnmatch wasn't a standard function in it

any clue to solve the problem or any equivalent function under win32?

Mouton
06-05-2003, 12:02 PM
dunno what's the context, but i would guess findfirst or _findfirst (and subsequentially findnext) would work.

other than that, i think gnu cvs (the client for windows) use that function, so maybe u could get it from their source...