rt-thread-official/components/libc/compilers/common
Meco Jianting Man 82f2d8e53d
time.c 删除函数名与括号之间的空格
2021-04-29 00:21:10 +08:00
..
none-gcc 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
sys 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
SConscript update sconscript 2021-04-25 21:32:08 +08:00
dirent.h 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
readme.md 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
stdlib.c 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
termios.h 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00
time.c time.c 删除函数名与括号之间的空格 2021-04-29 00:21:10 +08:00
unistd.c 更改libc目录为common 以及 none-gcc 2021-04-25 21:10:31 +08:00

readme.md

Attentions

  1. This folder is "common" for all toolchains.

  2. If you want to add new .c files, please do not forget to fix SConscript file too. eg:

if GetDepend('RT_USING_POSIX') == False:
        SrcRemove(src, ['unistd.c'])