fxlibc/include
Lephenixnoir 5f48a6b4e0
errno: add the errno variable and base macros
A <bits/errno.h> file will likely by added later on for each target to
add more specific values.
2021-05-16 18:12:46 +02:00
..
sys update header guard convention 2021-05-09 23:00:11 +02:00
target stdio: declare stdin, stdout and stderr on all targets 2021-05-16 18:12:45 +02:00
assert.h assert: add a partial assert implementation (LDEPS) 2021-05-16 18:12:45 +02:00
ctype.h ctype: add a simple implementation for the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
errno.h errno: add the errno variable and base macros 2021-05-16 18:12:46 +02:00
fcntl.h update header guard convention 2021-05-09 23:00:11 +02:00
locale.h locale: add a stub that supports only the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
setjmp.h setjmp: make setjmp a macro 2021-05-16 18:12:42 +02:00
signal.h update header guard convention 2021-05-09 23:00:11 +02:00
stdio.h stdio: declare stdin, stdout and stderr on all targets 2021-05-16 18:12:45 +02:00
stdlib.h update header guard convention 2021-05-09 23:00:11 +02:00
string.h update include hierarchy 2021-05-09 17:59:07 +02:00
syscall.h update include hierarchy 2021-05-09 17:59:07 +02:00
threads.h update header guard convention 2021-05-09 23:00:11 +02:00
unistd.h update header guard convention 2021-05-09 23:00:11 +02:00