From f31f7960bd260cb90ffdd766393d51bd85a547d1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 14 Jul 2017 15:13:02 +0200 Subject: removed stddef.h and limits.h (come with the compiler header files) added a stub stdint.h (only sometimes comes with the compiler) added a guide on cross compiling adapted to cross compilation, for now tcc works --- src/README | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/README') diff --git a/src/README b/src/README index 7b1b51c..a1c75e4 100644 --- a/src/README +++ b/src/README @@ -65,10 +65,6 @@ libc Stub C library implementation. -C library definitions -* stddef.h - definition of NULL, size_t -* limits.h - domain range constants like INT_MAX - C library routines * string.c - string, memory functions * stdlib.c - UNIX standard library functions -- cgit v1.2.3-54-g00ecf