ack/lang/cem/libcc.ansi/stdlib
George Koehler b00a2c906d Build fdopen(), hypot(), putenv() in libc.
These functions are in POSIX; hypot() is in C99.  Also build cabs()
because it rides with hypot(), but don't declare cabs() in any header
file, because our compiler can't parse C99 "double complex" type.

Touch build.lua so it sees that .c files moved.
2017-10-28 13:33:57 -04:00
..
abort.c Header --> Id 1994-06-24 14:02:31 +00:00
abs.c Header --> Id 1994-06-24 14:02:31 +00:00
atexit.c Header --> Id 1994-06-24 14:02:31 +00:00
atof.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
atoi.c Header --> Id 1994-06-24 14:02:31 +00:00
atol.c Header --> Id 1994-06-24 14:02:31 +00:00
bsearch.c Header --> Id 1994-06-24 14:02:31 +00:00
div.c Header --> Id 1994-06-24 14:02:31 +00:00
exit.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
ext_comp.c Cleaned up and enabled the support for conditionally emitting the floating-point stdio code. 2007-04-27 22:41:39 +00:00
ext_fmt.h made a lot of changes 1989-12-18 15:14:14 +00:00
getenv.c Add some missing libc functions: setenv, unsetenv, strdup. 2013-05-29 21:41:58 +01:00
labs.c Header --> Id 1994-06-24 14:02:31 +00:00
ldiv.c Header --> Id 1994-06-24 14:02:31 +00:00
LIST made a lot of changes 1989-12-18 15:14:14 +00:00
Makefile Distribute malloc.c to improve lint library generation 1991-09-30 16:36:17 +00:00
mblen.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
mbstowcs.c Header --> Id 1994-06-24 14:02:31 +00:00
mbtowc.c Header --> Id 1994-06-24 14:02:31 +00:00
putenv.c Build fdopen(), hypot(), putenv() in libc. 2017-10-28 13:33:57 -04:00
qsort.c Header --> Id 1994-06-24 14:02:31 +00:00
rand.c Header --> Id 1994-06-24 14:02:31 +00:00
setenv.c Add some missing libc functions: setenv, unsetenv, strdup. 2013-05-29 21:41:58 +01:00
strtod.c Cleaned up and enabled the support for conditionally emitting the floating-point stdio code. 2007-04-27 22:41:39 +00:00
strtol.c Some minor changes 1995-08-17 10:03:43 +00:00
system.c Header --> Id 1994-06-24 14:02:31 +00:00
wcstombs.c Header --> Id 1994-06-24 14:02:31 +00:00
wctomb.c Header --> Id 1994-06-24 14:02:31 +00:00