* * $Log: dirent.c,v $ * 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. |