* * $Log: dirent.c,v $ * Revision 1.6 2006/08/01 07:44:22 haraldkipp * Already disabled NUTFILE structure allocation finally removed from * opendir(). * * Revision 1.5 2006/04/07 12:51:04 haraldkipp * Memory hole fixed. * * Revision 1.4 2006/03/16 15:25:24 haraldkipp * Changed human readable strings from u_char to char to stop GCC 4 from * nagging about signedness. * * Revision 1.3 2006/01/05 16:45:20 haraldkipp * Dynamic NUTFILE allocation for detached block device. * * Revision 1.2 2005/02/07 18:57:47 haraldkipp * ICCAVR compile errors fixed * * Revision 1.1 2005/02/05 20:35:21 haraldkipp * Peanut added * * *
Functions | |
DIR * | opendir (CONST char *name) |
Open a directory stream. | |
int | closedir (DIR *dir) |
Close a directory stream. | |
dirent * | readdir (DIR *dir) |
Get the next directory entry. |