This is an implementation of findfirst, findnext and findclose for Linux. Linux 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
Refer to main.c for a usage example.