ack/lang/cem/libcc.ansi/headers
David Given af22b7ea85 Change stdio to use atexit() rather than the internal __clean variable; this
breaks the dependency between exit/atexit and stdio. Buffers are no longer
flushed on abort() (because it's pretty risky). Move the relevant functions
into sys/core.
2018-06-23 18:35:45 +02:00
..
ack Change stdio to use atexit() rather than the internal __clean variable; this 2018-06-23 18:35:45 +02:00
sys Get em22 working. Remove the leading-underscore system calls from its libsys. 2018-06-23 15:57:57 +02:00
assert.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
build.lua Rearrange the libc config files, ready for adding new options. 2018-06-22 23:43:15 +02:00
ctype.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
errno.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
fcntl.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
float.h Undo commit bfeb736 for lang/cem/libcc.ansi/headers/float.h 2016-11-06 15:01:25 -05:00
iso646.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
limits.h Header --> Id 1994-06-24 14:02:31 +00:00
locale.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
math.h Build fdopen(), hypot(), putenv() in libc. 2017-10-28 13:33:57 -04:00
setjmp.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
signal.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
stdarg.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
stdbool.h Stripped down the library to something approaching the ANSI C minimum and replaced most of the header files, to provide a reasonably consistent base to work up from. 2007-04-24 19:42:24 +00:00
stddef.h Added the stdint.h header file. 2007-04-27 22:42:02 +00:00
stdint.h Create a basic and probably wrong common unistd.h, which replaces the plat one. 2018-06-23 11:46:55 +02:00
stdio.h Add support for snprintf and vsnprintf. Try and make the return value a bit 2013-05-29 17:10:58 +01:00
stdlib.h Add some missing libc functions: setenv, unsetenv, strdup. 2013-05-29 21:41:58 +01:00
string.h Add some missing libc functions: setenv, unsetenv, strdup. 2013-05-29 21:41:58 +01:00
time.h Make linux386 work with the new libc layout. 2018-06-23 12:13:33 +02:00
unistd.h Get em22 working. Remove the leading-underscore system calls from its libsys. 2018-06-23 15:57:57 +02:00