1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/libsrc/common
cuz b1d4e1613b Rewrote _scanf. It does need some tests and improvements, but it's a more
standard version than before, and it does support the necessary functionality
to support scanf functions for files.
Added vfscanf, fscanf and vfscanf.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3301 b7a2c559-68d2-44c3-8de9-860c34a00d81
2004-11-26 22:16:54 +00:00
..
_afailed.c
_cwd.s Fixes to the code just written 2003-08-12 13:58:17 +00:00
_fdesc.s Use structs 2003-12-03 10:15:33 +00:00
_file.h
_file.s Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h Rewrote _scanf. It does need some tests and improvements, but it's a more 2004-11-26 22:16:54 +00:00
_seterrno.s
_swap.s
_sys.s
.cvsignore Rewrote _scanf. It does need some tests and improvements, but it's a more 2004-11-26 22:16:54 +00:00
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s Use decsp instead of subysp 2001-03-24 15:59:54 +00:00
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
freopen.c
fscanf.c
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
gets.c
gmtime.c Cosmetic changes 2002-11-13 08:56:45 +00:00
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
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 Use structs 2003-12-03 10:15:33 +00:00
maperrno.s
memchr.s
memcmp.s
memcpy.s
memmove.s Split memcpy and memmove, since the former is used a lot more often than 2003-08-20 10:17:53 +00:00
memset.s
mktime.c
modfree.s
modload.s
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
signal.s
sigtable.s
sleep.c
sprintf.s
sscanf.c
strcat.s Small optimization 2003-05-05 17:05:22 +00:00
strchr.s
strcmp.s
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 This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
system.c
time.s
timezone.c
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.c
vprintf.s
vsprintf.s
vsscanf.c
zerobss.s