mes/lib/stdlib
Jan (janneke) Nieuwenhuizen 43fe67e2f9
lib: Fix compile warnings.
* lib/linux/read.c (read): Add casts.
* lib/linux/signal.c (signal): Likewise.
* lib/stdio/vfscanf.c: Include stdlib.h.
(vfscanf): Add cast.
* lib/stdlib/mbstowcs.c (mbstowcs): Add cast.
2023-02-12 23:02:24 +01:00
..
__exit.c mescc: Mes C Library: Fix compile warnings. 2019-06-12 15:59:06 +02:00
abort.c mescc: Mes C Library: abort: Avoid __raise for TinyCC. 2021-01-23 08:43:43 +01:00
abs.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
alloca.c build: Simplify. 2019-06-08 15:36:22 +02:00
atexit.c build: Simplify. 2019-06-08 15:36:22 +02:00
atof.c mescc: Mes C Library: Support GNU Awk: Implement atof. 2019-07-03 11:22:57 +02:00
atoi.c mescc: Mes C Library: Support GNU Awk: Implement atof. 2019-07-03 11:22:57 +02:00
atol.c mescc: Mes C Library: Explode libc+gnu.c. 2018-08-24 20:57:34 +02:00
calloc.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
exit.c mescc: Mes C Library: Cleanup includes. 2019-05-08 00:25:41 +02:00
free.c mescc: Mes C Library: Explode libc.c. 2018-08-16 10:50:53 +02:00
mbstowcs.c lib: Fix compile warnings. 2023-02-12 23:02:24 +01:00
puts.c mes: Run build-aux/indent.sh. 2019-05-18 13:27:42 +02:00
qsort.c Mes C Library: stdlib/qsort.c: Fix qswap segfault. 2021-01-23 08:43:05 +01:00
realloc.c mescc: Mes C Library: Prepare for M2-Planet: realloc. 2020-07-25 19:56:16 +02:00
strtod.c mescc: Mes C Library: Support GNU Awk: Add abtod, implementing strtod. 2019-06-25 12:51:44 +02:00
strtof.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtol.c build: Simplify. 2019-06-08 15:36:22 +02:00
strtold.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtoll.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtoul.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00
strtoull.c mescc: Mes C Library: Explode libc+tcc.c. 2018-08-22 07:23:27 +02:00