This is an implementation of findfirst, findnext and findclose for Linux and Mac OS X. Linux and Mac OS X functions should have the same signatures as their Win32 equivalents.
To use in your own projects, the required files are:
- findfirst.c
- findfirst.h
- spec.h
- spec.c
- apple_fstatat.c
- fstatat.c
- apple_dir_mutex.c
- dir_mutex.c
- dir_mutex.h
- tup.compat.h
Refer to main.c for a usage example.