ack/lang/cem/libcc.ansi/misc
David Given f744a21699 All the opendir()/readdir() stuff is obsolete because it's all implemented in
terms of open() and read(), which isn't how it's done any more; move the
functions into an attic.
2018-06-23 18:25:26 +02:00
..
getgrent.c Run libcc.ansi through clang-format. 2018-06-21 22:33:47 +02:00
getpass.c Get em22 working. Remove the leading-underscore system calls from its libsys. 2018-06-23 15:57:57 +02:00
isatty.c Get em22 working. Remove the leading-underscore system calls from its libsys. 2018-06-23 15:57:57 +02: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 Run libcc.ansi through clang-format. 2018-06-21 22:33:47 +02:00
popen.c Run libcc.ansi through clang-format. 2018-06-21 22:33:47 +02:00
sleep.c Run libcc.ansi through clang-format. 2018-06-21 22:33:47 +02:00