ack/lang/cem/libcc.ansi/stdlib
David Given d273497077 Add some missing libc functions: setenv, unsetenv, strdup.
--HG--
rename : lang/cem/libcc.ansi/stdlib/getenv.c => lang/cem/libcc.ansi/stdlib/setenv.c
rename : lang/cem/libcc.ansi/string/strlen.c => lang/cem/libcc.ansi/string/strdup.c
extra : source : 64d6e6eec18d76bf8f3947ec5d171db94acdb282
2013-05-29 21:41:58 +01:00
..
malloc Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
.distr Updated .distr files for the new release. 2007-02-25 12:51:55 +00: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
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