compat/scandir.h

Go to the documentation of this file.
00001 #include <sys/types.h>
00002 #include <dirent.h>
00003 
00004 int alphasort(const void*, const void*);
00005 int scandir(const char*, struct dirent***, int (*select)(const struct dirent*), int (*compar)(const void*, const void*));
00006 
00007 /*
00008  * Local Variables:
00009  * mode: c
00010  * c-file-style: "k&r"
00011  * c-basic-offset: 8
00012  * indent-tabs-mode: t
00013  * End:
00014  */

Generated on Sat Nov 22 22:30:41 2008 for ekg2 by  doxygen 1.5.1