• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

msvc/21-Aug-2025-

octal/21-Aug-2025-

README.md A D21-Aug-2025304 52

SConscript A D21-Aug-2025329 1611

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