ack/lang/cem/libcc.ansi/sys/stdio
David Given 9109d7af7f First stage in modularising FILE*. Refactor so that printf/scanf don't rely on
FILE* innards; allow plats to replace the entire emulated FILE* system.
2019-06-15 13:07:10 +02:00
..
clearerr.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +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
doprnt.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
doscan.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 First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fdopen.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
feof.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
ferror.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
fflush.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fgetc.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
fgets.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +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 First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fltpr.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
flushbuf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fopen.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fputc.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
fputs.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
fread.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
freopen.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fscanf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fseek.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
ftell.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
fwrite.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
getc.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
getchar.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
icompute.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
loc_incl.h First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
printf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
putc.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
putchar.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
puts.c Move stdio into (mostly) sys. 2018-06-23 18:54:40 +02:00
scanf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
setbuf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
setvbuf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
snprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
sprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
sscanf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
tmpfile.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
tmpnam.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
ungetc.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
vfprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
vfscanf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
vprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
vsnprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00
vsprintf.c First stage in modularising FILE*. Refactor so that printf/scanf don't rely on 2019-06-15 13:07:10 +02:00