mes/scaffold
Jan Nieuwenhuizen 1e3e1f33bf
mescc: vsnprintf: Compliant implementation.
* lib/stdio/vsnprintf.c (vsnprintf): New, complient implementation,
replacing vsnprint.
* lib/stdio/vsprintf.c (vsnprint): Forward to vsnprint.
* lib/stdio/snprintf.c (snprintf): Likewise.
* scaffold/tests/9a-snprintf.c: Test it.
* build-aux/check-mescc.sh (tests): Run it.
2018-11-11 12:10:42 +01:00
..
boot mes: Move pair? to core. 2018-11-07 22:48:09 +01:00
tests mescc: vsnprintf: Compliant implementation. 2018-11-11 12:10:42 +01:00
argv.c
cons-mes.c
gc.scm
hello.c
main.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
malloc.c
micro-mes.c
mini-mes.c core: Implement stack and frame. 2018-11-07 22:48:10 +01:00
read.c
read.data
tiny-mes.c