1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-06 16:55:57 +00:00
cc65/libsrc/common
cuz 2d168babe9 Split memcpy and memmove, since the former is used a lot more often than
the latter.
Optimized the code for smaller size and greater speed.


git-svn-id: svn://svn.cc65.org/cc65/trunk@2382 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-08-20 10:17:53 +00:00
..
_afailed.c
_cwd.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapmaxavail.s
_heapmemavail.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
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_swap.s
_sys.s
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s Replaced calloc by an assembler version 2001-11-15 21:53:00 +00:00
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c initial check-in of file positioning stdio functions 2000-08-11 21:53:56 +00:00
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s Renamed one letter label 2003-06-17 20:52:33 +00:00
free.s
freopen.c
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
gets.c
gmtime.c
isalnum.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isalpha.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isupper.s
isxdigit.s
itoa.s
labs.s
locale.c
localtime.c
longjmp.s
ltoa.s
Makefile
malloc.s Move _heap.h to the compiler include dir. 2003-02-01 12:22:09 +00:00
maperrno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mktime.c
modfree.s
modload.s
oserrcheck.s
perror.c
printf.s
putchar.c
puts.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
setjmp.s
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.c
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strncmp.s
strncpy.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strstr.s
strtok.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strupper.s
strxfrm.c
system.c
time.s
timezone.c Cosmetic changes 2002-11-13 08:56:45 +00:00
tolower.s
toupper.s Removed __cdiff. Since the assembler does character set translation for 2002-11-22 00:53:46 +00:00
uname.s
unlink.s
utscopy.s New uname function 2003-08-12 17:24:02 +00:00
vfprintf.s
vprintf.s Rewrote vprintf in assembler and made it __fastcall__ 2003-06-02 16:08:26 +00:00
vsprintf.s Fixed a typo 2003-06-03 12:15:57 +00:00
vsscanf.c
zerobss.s