Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 21-Aug-2025 | - | ||||
msvc/ | 21-Aug-2025 | - | ||||
octal/ | 21-Aug-2025 | - | ||||
README.md | A D | 21-Aug-2025 | 304 | 5 | 2 | |
SConscript | A D | 21-Aug-2025 | 329 | 16 | 11 |
README.md
1Because of the history issue, flags in fcntl.h, such as O_CREAT, have difference types of value. Some OS use hex flags and others use octal flags. 2 3In terms of RT-Thread, Keil, IAR and MSVC use octal flags, which is located in the `tcntl/octal` folder; newlib uses hex flags; musl uses octal flags. 4 5