You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
.. | ||
msvc | 10 months ago | |
octal | 10 months ago | |
README.md | 10 months ago | |
SConscript | 10 months ago |
README.md
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.