mes/mlibc
Jan Nieuwenhuizen 93714ad0a4 mescc: Tinycc support: strtoull.
* mlibc/include/mlibc.h (_atoi): Declare.
* mlibc/include/ctype.h (isxdigit): Declare.
* mlibc/libc-gcc.c (isxdigit, _atoi): New function.
  (atoi): Use it.
* mlibc/libc-mes.c (isxdigit, _atoi): New function.
  (atoi): Use it.
* scaffold/tests/7j-strtoull.c (test): Test it.
* make.scm (add-scaffold-test): Build it.
2017-08-19 10:51:24 +02:00
..
include mescc: Tinycc support: strtoull. 2017-08-19 10:51:24 +02:00
libc-gcc+tcc.c mescc: drop naive realloc. 2017-08-01 11:08:14 +02:00
libc-gcc.c mescc: Tinycc support: strtoull. 2017-08-19 10:51:24 +02:00
libc-mes+tcc.c mescc: Tinycc support: strtoull. 2017-08-19 10:51:24 +02:00
libc-mes.c mescc: Tinycc support: strtoull. 2017-08-19 10:51:24 +02:00
mini-libc-mes.c test: Split-up Mescc scaffold test. 2017-07-09 09:24:07 +02:00