minix/lib/libc/ansi
2010-05-19 11:51:49 +00:00
..
abort.c
abs.c
assert.c
atexit.c
atof.c
atoi.c
atol.c
bsearch.c
calloc.c Let memory allocation be aligned on 8-byte boundaries. 2010-05-04 21:02:44 +00:00
chartab.c
clock.c
difftime.c
div.c
errlist.c More sensible description for EPERM from http://www.opengroup.org/onlinepubs/000095399/basedefs/errno.h.html 2010-05-19 11:51:49 +00:00
exit.c
ext_comp.c
ext_fmt.h
getenv.c
isalnum.c
isalpha.c
isascii.c
isblank.c isblank() implementation. 2010-04-08 15:00:25 +00:00
iscntrl.c
isdigit.c
isgraph.c
islower.c
isprint.c
ispunct.c
isspace.c
isupper.c
isxdigit.c
labs.c
ldiv.c
loc_time.h
localeconv.c
Makefile.inc isblank() implementation. 2010-04-08 15:00:25 +00:00
malloc.c Let memory allocation be aligned on 8-byte boundaries. 2010-05-04 21:02:44 +00:00
mblen.c
mbstowcs.c
mbtowc.c
memchr.c
memcmp.c
memcpy.c
memmove.c
memset.c
misc.c Fix printfs with too few or too many parms, remove unused vars, fix incorrect flag tests, other code cleanup. 2010-04-01 13:25:05 +00:00
qsort.c
raise.c
rand.c
setlocale.c
sigmisc.c
signal.c
strcat.c
strchr.c
strcmp.c
strcoll.c
strcpy.c
strcspn.c
strerror.c
strlen.c
strncat.c
strncmp.c
strncpy.c
strpbrk.c
strrchr.c
strspn.c
strstr.c
strtok.c
strtol.c
strxfrm.c
system.c
tolower.c
toupper.c
wcstombs.c
wctomb.c