1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/libsrc/common
cuz 43d8ecd567 Added lots of functions from time.h
git-svn-id: svn://svn.cc65.org/cc65/trunk@1507 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-11-12 22:06:02 +00:00
..
_afailed.c
_fdesc.s Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
_file.h
_file.s
_fopen.c
_hadd.s
_heap.h
_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 Removed a JMP (ind) 2002-07-16 09:40:45 +00:00
_scanf.c
_scanf.h
_swap.s
_sys.s
.cvsignore
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
copydata.s
cprintf.s
ctime.s
divt.s
errno.s Separated _maperrno and _errno 2000-06-24 09:10:16 +00:00
errormsg.c
fclose.c
fdopen.c
fgetc.c Completed _scanf.c, added vsscanf.c, rewrote sscanf.c. 2002-03-24 13:26:18 +00:00
fgetpos.c
fgets.c
fmisc.s
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
freopen.c
fseek.c
fsetpos.c
ftell.c
fwrite.c
getchar.c
getcpu.s
gets.c
gmtime.c
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
labs.s
locale.c
localtime.c Added lots of functions from time.h 2002-11-12 22:06:02 +00:00
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
memcmp.s
memcpy.s
memset.s
mktime.c
modfree.s
modload.s Fixed a bug 2002-06-23 14:02:09 +00:00
perror.c
printf.s
putchar.c
puts.c
qsort.c
rand.s
realloc.c
rewind.c initial check-in 2000-08-11 21:51:03 +00:00
setjmp.s
sprintf.s
sscanf.c
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s Minor optimization 2002-07-16 09:41:00 +00:00
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
stroserr.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strxfrm.c
time.s
timezone.c Added lots of functions from time.h 2002-11-12 22:06:02 +00:00
tolower.s
toupper.s Handle arguments outside char range correctly 2002-11-11 11:58:20 +00:00
vcprintf.s
vfprintf.s
vprintf.c
vsprintf.s Reverse the last change, brain error :-( 2002-07-27 07:44:51 +00:00
vsscanf.c
zerobss.s