mes/make
Jan Nieuwenhuizen 6af7556d51 mescc: C99 header files and declaraions.
* libc/include/assert.h (assert_fail):
* libc/include/stdio.h:
+int eputs (char const* s);
+int fputs (char const* s);
+int puts (char const* s);
+int putchar (int c);
+int fputc (int c, int fd);
+int getchar ();
* libc/include/stdlib.h:
+char* getenv (char const* s)
+int atoi (char const *s);
+int *malloc (size_t);
+int *realloc (int *p, int size);
* libc/include/unistd.h (access):
* src/lib.c (display_helper):
* src/mes.c (read_input_file_env):
* src/posix.c: Include unistd.h.
2017-05-23 07:16:08 +02:00
..
bin-mlibc.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
bin.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
check-tinycc.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
check.make mescc: Refactor mlibc compilation. 2017-05-21 22:25:02 +02:00
clean.make build: Refactor. 2017-04-12 21:27:59 +02:00
common.make build: Refactor. 2017-04-12 21:27:59 +02:00
compile.make build: Use separate preprocessing stage for mescc. 2017-05-22 21:15:58 +02:00
guile.make nyacc: Unbundle. 2017-05-07 10:04:32 +02:00
install.make mescc: C99 header files and declaraions. 2017-05-23 07:16:08 +02:00
mescc-guile.make build: Use separate preprocessing stage for mescc. 2017-05-22 21:15:58 +02:00
mescc-mes.make build: Use separate preprocessing stage for mescc. 2017-05-22 21:15:58 +02:00
reset.make test: Run 33/55 tests of ../tinycc/tests/test2 if avaiable. 2017-05-04 19:41:45 +02:00