minix/lib/ansi
Kees van Reeuwijk 477b616fe8 Fixed a number of complaints about missing return statements.
Some cases were fixed by declaring the function void, others were fixed
by adding a return <value> statement, thereby avoiding potentially
incorrect behavior (usually in error handling).
Some enum correctness in boot.c.
2010-01-28 13:17:07 +00:00
..
abort.c
abs.c
assert.c
atexit.c
atof.c
atoi.c
atol.c
bsearch.c
calloc.c
chartab.c
clock.c
difftime.c
div.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
errlist.c
exit.c
ext_comp.c
ext_fmt.h
getenv.c
isalnum.c
isalpha.c
isascii.c
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.in
malloc.c
mblen.c
mbstowcs.c
mbtowc.c
memchr.c
memcmp.c
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
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