dirent.h¶
Macros¶
Macro |
Implemented |
C23 Standard Section |
POSIX Docs |
---|---|---|---|
DT_BLK |
|||
DT_CHR |
|||
DT_DIR |
|||
DT_FIFO |
|||
DT_LNK |
|||
DT_MQ |
|||
DT_REG |
|||
DT_SEM |
|||
DT_SHM |
|||
DT_SOCK |
|||
DT_TMO |
|||
DT_UNKNOWN |
Functions¶
Function |
Implemented |
C23 Standard Section |
POSIX Docs |
---|---|---|---|
alphasort |
|||
closedir |
✅ |
||
dirfd |
✅ |
||
fdopendir |
|||
opendir |
✅ |
||
posix_getdents |
|||
readdir |
✅ |
||
readdir_r |
|||
rewinddir |
|||
scandir |
|||
seekdir |
|||
telldir |