mes/lib
Jan Nieuwenhuizen eff35b8a54
mescc: Mes C Library: Fix compile warnings.
* lib/stdio/fputc.c (fputc): Oops, stream is a long.
* lib/stdlib/malloc.c (malloc): Cast to char *. FIXME
* lib/string/memchr.c (memchr): Cast to void *.
* lib/string/memcmp.c (memcmp): Add const cast.
2019-05-26 13:41:00 +02:00
..
assert mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
ctype mescc: Mes C Library: Cleanup includes. 2019-05-08 00:25:41 +02:00
dirent mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
linux mes: Make debug levels 4 and 5 usable. 2019-05-27 21:30:48 +02:00
math mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
mes mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
posix mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
stdio mescc: Mes C Library: Fix compile warnings. 2019-05-26 13:41:00 +02:00
stdlib mescc: Mes C Library: Fix compile warnings. 2019-05-26 13:41:00 +02:00
string mescc: Mes C Library: Fix compile warnings. 2019-05-26 13:41:00 +02:00
stub mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
tests mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
x86-mes mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
x86-mes-gcc mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
x86_64-mes mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
x86_64-mes-gcc mes: Grand indent: prepare. 2019-05-13 01:07:32 +02:00
libc+gnu.c mescc: Mes C Library: Explode linux/gnu.c. 2019-05-12 00:33:33 +02:00
libc+tcc.c mescc: Mes C Library: Fix ungetc. 2019-03-16 11:55:00 +01:00
libc-mini.c mescc: Mes C Library: Explode libc-mini.c. 2018-08-16 11:07:33 +02:00
libc.c mescc: Mes C Library: Cleanup includes. 2019-05-08 00:25:41 +02:00
libg.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
libgetopt.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
libmes.c mescc: Mes C Library: Use SYSTEM_LIBC [WAS: WITH_GLIBC]. 2019-05-29 16:15:12 +02:00
libtcc1.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00