Ignore:
Timestamp:
Oct 26, 2005, 11:32:29 PM (20 years ago)
Author:
bird
Message:

Implemented getdirents().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/dirent.h

    r2423 r2424  
    128128/** @todo DIR   *__opendir2(const char *, int); */
    129129/** @todo int    alphasort(const void *, const void *); */
    130 /** @todo int    getdents(int, char *, int); */
    131 /** @todo int    getdirentries(int, char *, int, long *); */
     130int      getdents(int, char *, int);
     131int      getdirentries(int, char *, int, long *);
    132132#endif
    133133DIR     *opendir(const char *);
Note: See TracChangeset for help on using the changeset viewer.