mes/lib/stdio
Jan (janneke) Nieuwenhuizen a76d1f2c84
DRAFT lib: Add missing pipe prototype.
* include/unistd.h (pipe: New prototype.
2022-11-02 07:29:08 +01:00
..
clearerr.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
fclose.c build: Simplify. 2019-06-08 15:36:22 +02:00
fdopen.c build: Simplify. 2019-06-08 15:36:22 +02:00
feof.c mescc: Mes C Library: feof: Bugfix for ARM. 2021-01-23 08:43:47 +01:00
ferror.c build: Simplify. 2019-06-08 15:36:22 +02:00
fflush.c mescc: Mes C Library: Support GNU Awk: Do not flush std files. 2019-06-19 11:26:37 +02:00
fgetc.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
fgets.c build: Simplify. 2019-06-08 15:36:22 +02:00
fileno.c build: Simplify. 2019-06-08 15:36:22 +02:00
fopen.c mescc: Mes C Library: lseek: Be careful clearing read buffer. 2020-01-20 22:47:52 +01:00
fprintf.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
fputc.c mescc: Mes C Library: Fix compile warnings. 2019-05-26 13:41:00 +02:00
fputs.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
fread.c mescc: Mes C Library: Add buffered read. 2019-07-27 22:58:49 +02:00
freopen.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
fscanf.c mescc: Mes C Library: Support gcc-4.6.4: Add fscanf, vfscanf. 2019-09-06 19:04:50 +02:00
fseek.c mescc: Mes C Library: Add buffered read. 2019-07-27 22:58:49 +02:00
ftell.c build: Simplify. 2019-06-08 15:36:22 +02:00
fwrite.c mescc: Mes C Library: Have write behave well with buffered reads. 2019-07-28 13:01:37 +02:00
getc.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
getchar.c mescc: Mes C Library: Use __ as global internal prefix. 2019-03-02 12:35:18 +01:00
pclose.c DRAFT lib: Add missing pipe prototype. 2022-11-02 07:29:08 +01:00
perror.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
popen.c DRAFT lib: Add missing pipe prototype. 2022-11-02 07:29:08 +01:00
printf.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
putc.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
putchar.c mescc: Mes C Library: Use casting functions. 2020-10-18 14:55:24 +02:00
remove.c build: Simplify. 2019-06-08 15:36:22 +02:00
rewind.c lib: Support gcc-4.6.4: Implement rewind. 2019-02-08 13:56:25 +01:00
snprintf.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
sprintf.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
sscanf.c mescc: Mes C Library: Support gcc-4.6.4: Add fscanf, vfscanf. 2019-09-06 19:04:50 +02:00
ungetc.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
vfprintf.c lib: vfprintf, vsnprintf: Support gcc-4.6.4: #-type. 2022-10-30 22:39:17 +01:00
vfscanf.c lib: vfscanf: Add missing #include. 2019-03-15 00:41:34 +01:00
vprintf.c build: Improve --with-system-libc support. 2019-06-25 19:05:58 +02:00
vsnprintf.c lib: vfprintf, vsnprintf: Support gcc-4.6.4: #-type. 2022-10-30 22:39:17 +01:00
vsprintf.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
vsscanf.c lib: vsscanf: Support gcc-4.6.4: Support *, [, s. 2019-02-09 21:42:17 +01:00