|
há 2 anos atrás | |
---|---|---|
.. | ||
msvc | há 2 anos atrás | |
octal | há 2 anos atrás | |
README.md | há 3 anos atrás | |
SConscript | há 3 anos atrás |
Because 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.
In 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.