ack/lang/cem/libcc.ansi/misc
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
..
closedir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
environ.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
getdents.c changed int-functions to void-functions 1990-09-11 10:24:15 +00:00
getgrent.c Header --> Id 1994-06-24 14:02:31 +00:00
getopt.c Header --> Id 1994-06-24 14:02:31 +00:00
getpass.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
getpw.c Header --> Id 1994-06-24 14:02:31 +00:00
getw.c Header --> Id 1994-06-24 14:02:31 +00:00
isatty.c Header --> Id 1994-06-24 14:02:31 +00:00
LIST Added hypot.c 1991-02-26 18:08:25 +00:00
Makefile added isatty.c: it is reasonably standard on UNIX systems 1990-12-03 14:13:31 +00:00
mktemp.c Header --> Id 1994-06-24 14:02:31 +00:00
opendir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
popen.c Header --> Id 1994-06-24 14:02:31 +00:00
putw.c Header --> Id 1994-06-24 14:02:31 +00:00
readdir.c Initial revision 1989-12-18 14:40:54 +00:00
rewinddir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
seekdir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
sleep.c Header --> Id 1994-06-24 14:02:31 +00:00
telldir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
termcap.c Header --> Id 1994-06-24 14:02:31 +00:00