ack/lang/cem/libcc.ansi/sys/stdio
David Given 3131dc9915 Partially working port of stdio to CP/M. I'm not sure this will work; it's
getting way too complicated (stdio is horribly subtle). I think I need to
rethink things.
2019-06-15 22:22:01 +02:00
..
data.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fclose.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
fdopen.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
fflush.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
fileno.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fillbuf.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
flushbuf.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
fopen.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
freopen.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
fseek.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
ftell.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
setbuf.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
setvbuf.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
tmpfile.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
tmpnam.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00
ungetc.c Now that printf and scanf contain no FILE*-specific code, we can move them into 2019-06-15 13:53:20 +02:00