fxlibc/src/libc
Lephenixnoir dcaf203f46
stdio: improve printf extension API and type size support
2021-06-08 10:32:08 +02:00
..
assert assert: add a partial assert implementation (LDEPS) 2021-05-16 18:12:45 +02:00
ctype ctype: test and fix character class functions (DONE) 2021-05-18 11:37:37 +02:00
errno errno: add the errno variable and base macros 2021-05-16 18:12:46 +02:00
inttypes inttypes: add strtoimax and strtoumax 2021-05-20 16:05:20 +02:00
locale locale: add a stub that supports only the "C" locale (TEST) 2021-05-16 18:12:45 +02:00
setjmp/target/sh-generic setjmp: do not disable interrupts (#1) (DONE) 2021-05-29 11:18:02 +02:00
signal signal: simple implementation (DONE) 2021-05-30 15:09:33 +02:00
stdio stdio: improve printf extension API and type size support 2021-06-08 10:32:08 +02:00
stdlib stdlib: add TinyMT-based rand, and malloc/etc for gint 2021-06-07 22:00:41 +02:00
string string: add and test strtok (DONE) 2021-05-24 10:25:32 +02:00
threads update include hierarchy 2021-05-09 17:59:07 +02:00