mes/include
Jan Nieuwenhuizen a3a3654d54
mescc: Implement fflush, sscanf, vsscanf.
* lib/libc+tcc.c (vsscanf): New function.
  (sscanf): Use it.
  (fflush): Remove stub notice; we have no buffering.
* include/stdarg.h: Declare it.
* scaffold/tests/87-sscanf.c: Test it.
* build-aux/check-mescc.sh (tests): Run it.
2018-05-30 21:49:40 +02:00
..
sys mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
00-test.i mlibc: Tinycc support: Avoid hex. 2017-12-04 22:58:10 +01:00
30-test.i build: Use arch-dir. 2018-05-29 20:07:46 +02:00
alloca.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
assert.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
ctype.h core: Add isspace. 2018-04-10 21:51:15 +02:00
dlfcn.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
endian.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
errno.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
fcntl.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
features.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
float.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
getopt.h build: Build mini-libc and libc+tcc-gcc too. 2018-05-23 18:41:57 +02:00
inttypes.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
libgen.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
libmes.h mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
limits.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
locale.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
math.h mescc: Tinycc support: Minimal float support. 2018-05-18 15:28:05 +02:00
setjmp.h mlibc: GNU Gcc support: setjmp, longjmp. 2017-11-26 13:10:46 +01:00
signal.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
stdarg.h mescc: Implement fflush, sscanf, vsscanf. 2018-05-30 21:49:40 +02:00
stdbool.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
stddef.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
stdint.h mlibc: M4 support: robustify headers, add sys/signal.h. 2017-12-05 19:49:37 +01:00
stdio.h mlibc: Cleanup. 2018-05-29 18:15:22 +02:00
stdlib.h mescc: Tinycc support: Minimal float support. 2018-05-18 15:28:05 +02:00
stdnoreturn.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
string.h mlibc: M4 support: robustify headers, add sys/signal.h. 2017-12-05 19:49:37 +01:00
strings.h build: mlib/include to include, move mlib to lib. 2017-11-22 16:23:48 +01:00
time.h mescc: m4 support: WIP 2018-05-27 10:28:30 +02:00
unistd.h core: Support fork, waitpid, execve. 2018-05-24 19:54:42 +02:00