Man, Jianting (Meco) 8bee7a0c23 [libc] implement extension standard C functions (#6044) il y a 2 ans
..
msvc 8bee7a0c23 [libc] implement extension standard C functions (#6044) il y a 2 ans
octal 8bee7a0c23 [libc] implement extension standard C functions (#6044) il y a 2 ans
README.md c318dfa964 improve libc time and MSVC simulator (#5775) il y a 3 ans
SConscript c318dfa964 improve libc time and MSVC simulator (#5775) il y a 3 ans

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.