Changeset df4f7c30 in mainline for uspace/lib/c/include/dirent.h
- Timestamp:
- 2026-03-17T12:37:07Z (34 hours ago)
- Children:
- 128a311
- Parents:
- 7c2a3c7
- git-author:
- Vít Skalický <skalicky@…> (2026-03-16 14:01:00)
- git-committer:
- Vít Skalický <skalicky@…> (2026-03-17 12:37:07)
- File:
-
- 1 edited
-
uspace/lib/c/include/dirent.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/dirent.h
r7c2a3c7 rdf4f7c30 46 46 typedef struct __dirstream DIR; 47 47 48 extern DIR *opendir_handle(int handle); 48 49 extern DIR *opendir(const char *); 49 50 extern struct dirent *readdir(DIR *);
Note:
See TracChangeset
for help on using the changeset viewer.
