Skip to content

Win32 findfirst implementation for Linux and Mac OS X.

License

Notifications You must be signed in to change notification settings

mmphosis/findfirst

 
 

Repository files navigation

Linux and Mac OS X findfirst, findnext and findclose

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.

Integration

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.

About

Win32 findfirst implementation for Linux and Mac OS X.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.8%
  • Makefile 4.7%
  • C++ 3.5%