aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include/varargs.h
Commit message (Collapse)AuthorAgeFilesLines
* Typo in #ifndef guard.Xavier Leroy2015-05-091-1/+1
|
* Provide and use compiler-dependent standard headers.Xavier Leroy2015-04-251-0/+38
This branch provides implementations of the following standard headers: <float.h> <stdarg.h> <stdbool.h> <stddef.h> <varargs.h> These are the headers that are provided by GCC and Clang, as opposed to being provided by Glibc and similar C standard libraries. Configuration flag "-no-standard-headers" deactivates the installation and use of these headers. Lightly tested so far (IA32 Linux).