ack/lang/cem/libcc.ansi/core/stdlib
David Given d1cdb07719 Realise that the libc core can safely call other libc core functions, even if
they're not defined in the core: so putw() can call stdio stuff, for example.
So the earlier concept of pureness isn't necessary. Rename accordingly.
2018-06-21 23:24:23 +02:00
..
abs.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
atoi.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
atol.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
bsearch.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
div.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
getenv.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
labs.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
ldiv.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
mblen.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
mbstowcs.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
mbtowc.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
putenv.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
qsort.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
rand.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
setenv.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
strtol.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
wcstombs.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00
wctomb.c Realise that the libc core can safely call other libc core functions, even if 2018-06-21 23:24:23 +02:00