This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread-official
mirror of
https://github.com/RT-Thread/rt-thread.git
Watch
4
Star
0
Fork
You've already forked rt-thread-official
0
Code
Issues
Releases
Wiki
Activity
4165efaf4d
rt-thread-official
/
components
/
libc
/
compilers
/
armlibc
/
sys
/
errno.h
7 lines
75 B
C
Raw
Normal View
History
Unescape
Escape
[libc] Add more system header file for armlibc and dlib.
2015-05-04 20:35:28 +08:00
#
ifndef SYS_ERRNO_H__
#
define SYS_ERRNO_H__
[libc] Update libc. 1. Add POSIX termios implementation; 2. Add POSIX signals implementation; 3. Add stdio for each libc.
2017-10-15 22:41:59 +08:00
#
include
<rtthread.h>
[libc] Add more system header file for armlibc and dlib.
2015-05-04 20:35:28 +08:00
#
endif