minix/lib/libc/ansi
Kees van Reeuwijk 36e12d5bd8 Use endpoint_t for the destination of mini_send and _syscall, and the
source of mini_receive.

Also some small cleanup.
2010-06-02 21:51:32 +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 Use endpoint_t for the destination of mini_send and _syscall, and the 2010-06-02 21:51:32 +00:00
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 Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
memcpy.c
memmove.c
memset.c
misc.c
qsort.c
raise.c
rand.c
setlocale.c
sigmisc.c
signal.c
strcat.c
strchr.c
strcmp.c Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
strcoll.c
strcpy.c
strcspn.c
strerror.c
strlen.c
strncat.c
strncmp.c Remove those annoying $Id and $Revision tags 2010-05-31 20:00:08 +00:00
strncpy.c
strpbrk.c
strrchr.c
strspn.c
strstr.c
strtok.c Use endpoint_t for the destination of mini_send and _syscall, and the 2010-06-02 21:51:32 +00:00
strtol.c
strxfrm.c
system.c
tolower.c
toupper.c
wcstombs.c
wctomb.c