Idź do dokumentacji tego pliku.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
00009
00010
00011
00012
00013
00014