fxlibc/src/libc/stdio
Lephenixnoir d50e44c563
C++ __restrict__, update STATUS, minor formatting
2022-03-31 10:12:01 +01:00
..
printf stdio: stdin/stdout/stderr, perror, final adjustments 2022-01-14 18:38:48 +01:00
asprintf.c stdio: add asprintf and vasprintf 2021-06-07 19:09:55 +02:00
clearerr.c stdio: error handling and positioning functions (WIP) 2022-01-02 22:09:06 +01:00
dprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
fclose.c stdio: opening primitives for FILE (WIP) 2022-01-02 19:22:43 +01:00
fdopen.c stdio: fixes for initial fread() et fwrite() (TEST) 2022-01-10 17:10:49 +01:00
feof.c stdio: fixes for initial fread() et fwrite() (TEST) 2022-01-10 17:10:49 +01:00
ferror.c stdio: error handling and positioning functions (WIP) 2022-01-02 22:09:06 +01:00
fflush.c stdio: ungetc(), update (+) and append (a) modes (DONE) 2022-01-12 10:20:30 +01:00
fgetc.c stdio: fgetc(), fgets(), tests for fputc() and fputs() (DONE) 2022-01-14 17:16:04 +01:00
fgetpos.c stdio: error handling and positioning functions (WIP) 2022-01-02 22:09:06 +01:00
fgets.c stdio: fgetc(), fgets(), tests for fputc() and fputs() (DONE) 2022-01-14 17:16:04 +01:00
fileutil.c stdio: fgetc(), fgets(), tests for fputc() and fputs() (DONE) 2022-01-14 17:16:04 +01:00
fileutil.h stdio: fgetc(), fgets(), tests for fputc() and fputs() (DONE) 2022-01-14 17:16:04 +01:00
fopen.c stdio: fixes for initial fread() et fwrite() (TEST) 2022-01-10 17:10:49 +01:00
fprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
fputc.c stdio: fgetc(), fgets(), tests for fputc() and fputs() (DONE) 2022-01-14 17:16:04 +01:00
fputs.c stdio: initial versions of fputc() and fputs() (TEST) 2022-01-13 21:21:23 +01:00
fread.c stdio: initial versions of fputc() and fputs() (TEST) 2022-01-13 21:21:23 +01:00
freopen.c stdio: fixes for initial fread() et fwrite() (TEST) 2022-01-10 17:10:49 +01:00
fseek.c stdio: error handling and positioning functions (WIP) 2022-01-02 22:09:06 +01:00
fsetpos.c stdio: line buffering, test fgetpos and fsetpos (DONE) 2022-01-10 21:32:24 +01:00
ftell.c stdio: error handling and positioning functions (WIP) 2022-01-02 22:09:06 +01:00
fwrite.c stdio: ungetc(), update (+) and append (a) modes (DONE) 2022-01-12 10:20:30 +01:00
getc.c stdio: basic fread/fwrite (WIP) 2022-01-05 21:26:06 +01:00
getchar.c stdio: basic fread/fwrite (WIP) 2022-01-05 21:26:06 +01:00
getdelim.c C++ __restrict__, update STATUS, minor formatting 2022-03-31 10:12:01 +01:00
getline.c Add getline(3) & getdelim(3) 2022-03-30 23:49:44 +02:00
gets.c stdio: basic fread/fwrite (WIP) 2022-01-05 21:26:06 +01:00
perror.c stdio: stdin/stdout/stderr, perror, final adjustments 2022-01-14 18:38:48 +01:00
printf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
putc.c stdio: basic fread/fwrite (WIP) 2022-01-05 21:26:06 +01:00
putchar.c stdio: basic fread/fwrite (WIP) 2022-01-05 21:26:06 +01:00
puts.c stdio: basic fread/fwrite (WIP) 2022-01-05 21:26:06 +01:00
remove.c stdio: FILE barebones with buffering model (WIP) 2022-01-02 19:22:42 +01:00
rewind.c stdio: error handling and positioning functions (WIP) 2022-01-02 22:09:06 +01:00
setbuf.c stdio: FILE barebones with buffering model (WIP) 2022-01-02 19:22:42 +01:00
setvbuf.c stdio: ungetc(), update (+) and append (a) modes (DONE) 2022-01-12 10:20:30 +01:00
snprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
sprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
streams.c stdio: stdin/stdout/stderr, perror, final adjustments 2022-01-14 18:38:48 +01:00
ungetc.c stdio: ungetc(), update (+) and append (a) modes (DONE) 2022-01-12 10:20:30 +01:00
vasprintf.c stdio: add asprintf and vasprintf 2021-06-07 19:09:55 +02:00
vdprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
vfprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
vprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
vsnprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00
vsprintf.c stdio: move the printf implementation from gint 2021-06-07 18:57:11 +02:00