rt-thread/components/libc/compilers
Bernard Xiong 0bcab2892a
Merge pull request #5268 from mysterywolf/SYSCALL
[libc]重新梳理read write桩函数实现
2021-11-15 23:27:27 +08:00
..
armlibc [dlib][armlibc] 内存函数在HEAP没有开启时增加错误警告 2021-11-15 09:55:47 -05:00
common [libc] 修复在fcntl.h中两种不同的宏编码方式导致的bug 2021-11-10 17:16:33 -05:00
dlib [dlib][armlibc] 内存函数在HEAP没有开启时增加错误警告 2021-11-15 09:55:47 -05:00
gcc Merge pull request #5268 from mysterywolf/SYSCALL 2021-11-15 23:27:27 +08:00
SConscript [libc] Build correct SConscript file. 2017-10-13 12:44:54 +08:00
readme.md [libc][posix] add readme 2021-11-08 14:15:56 -05:00

readme.md

This folder provides uniformed header files crossing different compiler platforms, and supports basic standard C library functions, such as memory management and time management, etc.