Commit graph

7 commits

Author SHA1 Message Date
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
David Given 93f39e4bbf Run libcc.ansi through clang-format. 2018-06-21 22:33:47 +02:00
dtrg 1c83baa702 Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
ceriel 1db6a3029b Header --> Id 1994-06-24 14:02:31 +00:00
eck 0ab62357ce changed system-calls to avoid namespace pollution 1990-01-22 13:00:13 +00:00
eck e00f89ea6f made a lot of changes 1989-12-18 15:14:14 +00:00
eck d818da36f0 Initial revision 1989-05-16 13:13:53 +00:00