Commit graph

15 commits

Author SHA1 Message Date
pommicket
113d03741a add inttyes.h,stdint.h to 05 stdlib, musl instructions in readme 2023-07-03 17:50:49 -04:00
pommicket
826d1afd58 newer version of tcc almost working 2022-02-18 12:36:57 -05:00
pommicket
c42c5d94b8 fixed += bug with non-char pointers
tcc 0.9.25 can't compile musl (or any libc, probably).
will probably need to write libc for tcc, then compile
gcc or a later version of tcc with it
2022-02-17 21:33:21 -05:00
pommicket
e900dd8d6f procuding a (non-working) executable for tcc 2022-02-17 13:22:13 -05:00
pommicket
3a3f6cc424 stdlib.h 2022-02-16 15:41:30 -05:00
pommicket
c6f1a399af signal.h 2022-02-16 13:34:57 -05:00
pommicket
42911ccf67 math.h 2022-02-15 22:41:18 -05:00
pommicket
23198d16f4 ctype.h, getenv 2022-02-15 16:36:52 -05:00
pommicket
f973ff8cb8 mostly-standard scanf 2022-02-15 15:40:15 -05:00
pommicket
1ea9d85e3f strtod
also fixed comparing strings
2022-02-15 12:16:21 -05:00
pommicket
f7c3154b8a strtoul, strtol 2022-02-14 22:43:25 -05:00
pommicket
c15db88951 almost all of stdio.h 2022-02-14 16:52:33 -05:00
pommicket
d0d868433e clean up stb_sprintf; implementation of fprintf et al, remove 2022-02-14 12:04:49 -05:00
pommicket
f7a8a193c2 snprintf now working! (fixed problem will calls inside calls) 2022-02-14 11:39:33 -05:00
pommicket
b9fd2a2b9c sprintf working! (but not snprintf ...) 2022-02-13 22:12:44 -05:00