1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/common
cuz 626314e4cb Replace vscanf by an assembler version
git-svn-id: svn://svn.cc65.org/cc65/trunk@3307 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-11-27 18:23:24 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_cwd.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s Use structs 2003-12-03 10:15:33 +00:00
_heapmemavail.s Use structs 2003-12-03 10:15:33 +00:00
_hextab.c
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c Added assembler include function for _scanf 2004-11-27 14:45:49 +00:00
_scanf.h
_scanf.inc
_seterrno.s
_swap.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_sys.s
.cvsignore
abort.c
abs.s Squeeze two cycles out of the abs() function 2003-10-10 17:59:00 +00:00
asctime.c
atexit.s
atoi.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
bsearch.c Make bsearch __fastcall__ 2003-10-29 21:51:59 +00:00
calloc.s
chdir.s
copydata.s Fixed a bug 2000-06-15 18:06:18 +00:00
creat.s
ctime.s
divt.s Removed comment about a cast that is no longer necessary 2002-11-21 21:29:15 +00:00
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
fopen.s
fprintf.s
fputc.c
fputs.c Restructured former fcntl.h, added new include files unistd.h and sys/types.h. 2003-06-12 18:08:23 +00:00
fread.s
free.s Use structs 2003-12-03 10:15:33 +00:00
freopen.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
fscanf.c
fseek.c
fsetpos.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
gets.c
gmtime.c
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
islower.s
isprint.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
ispunct.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
labs.s
locale.c
localtime.c
longjmp.s
ltoa.s
Makefile
malloc.s
maperrno.s Removed useless __errno imports 2003-11-13 00:12:56 +00:00
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mktime.c
modfree.s
modload.s Use structs 2003-12-03 20:54:43 +00:00
oserrcheck.s
perror.c
printf.s
putchar.s
puts.c Fixed the return code of fgetpos and ftell. 2003-11-06 18:04:07 +00:00
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
scanf.c
setjmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.c
strcat.s
strchr.s
strcmp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s
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
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsprintf.s
vsscanf.c
zerobss.s