This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread
Watch
4
Star
0
Fork
You've already forked rt-thread
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
f0dce37543
rt-thread
/
components
/
libc
/
compilers
/
dlib
/
sys
/
errno.h
8 lines
76 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