1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-02 21:54:47 +00:00
cc65/libsrc/common
cuz 0ee967fe17 Changed function prototype
git-svn-id: svn://svn.cc65.org/cc65/trunk@1316 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-06-21 16:26:15 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_fdesc.s
_file.h
_file.s
_fopen.c
_hadd.s
_heap.h This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_heap.s
_hextab.c
_oserror.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_printf.h
_printf.s
_scanf.c
_scanf.h
_swap.s
_sys.s
.cvsignore
abort.c
abs.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
atexit.s Changed doatexit destructor priority 2000-11-21 10:56:34 +00:00
atoi.s
bsearch.c
calloc.s
copydata.s
cprintf.s Rewrote vcprintf() in assembler 2000-12-02 09:15:43 +00:00
errno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c
fclose.c
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
fopen.c
fprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
fputc.c
fputs.c
fread.c
free.s Rewrite _hadd in assembler (a huge speedup!) and integrate it with free 2000-07-21 21:36:06 +00:00
freopen.c
fseek.c
fsetpos.c
ftell.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fwrite.c
getchar.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
getcpu.s
gets.c
isalnum.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isxdigit.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
itoa.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
labs.s
locale.c
longjmp.s
ltoa.s
Makefile
malloc.s Replace malloc() by an assembler version 2000-07-21 16:57:58 +00:00
maperrno.s
memchr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
memcmp.s Rewrote memcmp. The old version was buggy, the new one is faster and 2000-09-15 17:23:19 +00:00
memcpy.s
memset.s
modfree.s Changed function prototype 2002-06-21 16:26:15 +00:00
modload.s
perror.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
printf.s Rewrote vfprintf() in assembler 2000-12-01 15:05:46 +00:00
putchar.c
puts.c
qsort.c
rand.s
realloc.c
rewind.c
setjmp.s
sprintf.s
sscanf.c
strcat.s
strchr.s Added the capability to search for the terminating zero of the given string. 2000-06-09 12:07:53 +00:00
strcmp.s
strcoll.s
strcpy.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcspn.s
strdup.s
strerror.s
stricmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strpbrk.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
tolower.s
toupper.s
vcprintf.s Rewrote vcprintf() in assembler 2000-12-02 09:15:43 +00:00
vfprintf.s
vprintf.c Fixed param type qualifiers in several function definitions 2000-08-13 16:16:49 +00:00
vsprintf.s
vsscanf.c
zerobss.s