|
MentOS
0.8.0
The Mentoring Operating System
|
These constants allow to identify file types. More...
Macros | |
| #define | S_IFMT 0xF000 |
| Format mask. | |
| #define | S_IFSOCK 0xC000 |
| Socket. | |
| #define | S_IFLNK 0xA000 |
| Symbolic link. | |
| #define | S_IFREG 0x8000 |
| Regular file. | |
| #define | S_IFBLK 0x6000 |
| Block device. | |
| #define | S_IFDIR 0x4000 |
| Directory. | |
| #define | S_IFCHR 0x2000 |
| Character device. | |
| #define | S_IFIFO 0x1000 |
| Fifo. | |
These constants allow to identify file types.