summaryrefslogtreecommitdiff
path: root/05/stdc_common.h
AgeCommit message (Collapse)Author
2023-07-03add inttyes.h,stdint.h to 05 stdlib, musl instructions in readmepommicket
2022-02-18newer version of tcc almost workingpommicket
2022-02-17fixed += bug with non-char pointerspommicket
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-17procuding a (non-working) executable for tccpommicket
2022-02-16stdlib.hpommicket
2022-02-16signal.hpommicket
2022-02-15math.hpommicket
2022-02-15ctype.h, getenvpommicket
2022-02-15mostly-standard scanfpommicket
2022-02-15strtodpommicket
also fixed comparing strings
2022-02-14strtoul, strtolpommicket
2022-02-14almost all of stdio.hpommicket
2022-02-14clean up stb_sprintf; implementation of fprintf et al, removepommicket
2022-02-14snprintf now working! (fixed problem will calls inside calls)pommicket
2022-02-13sprintf working! (but not snprintf ...)pommicket