1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/common
2013-05-09 13:57:12 +02: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
_environ.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_longminstr.c
_oserror.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_poserror.c Fixed comments. No code change. 2011-04-25 18:49:24 +00:00
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
calloc.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
cc65_idiv32by16r16.s
cc65_imul16x16r32.s
cc65_sincos.s Fixed the return types of the sine/cosine functions. Added comments. 2009-10-30 14:02:24 +00:00
cc65_udiv32by16r16.s
cc65_umul16x8r32.s
cc65_umul16x16r32.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
chdir.s
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
fputs.c
fread.s
free.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
freopen.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s Call __seterrno and save a few bytes. 2010-06-03 21:29:28 +00:00
getenv.s Added environment routines 2005-04-21 21:26:15 +00:00
getopt.c
gets.c
gmtime.c
interrupt.s
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isxdigit.s
itoa.s
labs.s
locale.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
localtime.c
longjmp.s
ltoa.s
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
perror.c
pmemalign.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
printf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
putchar.s
putenv.s
puts.c
qsort.c
raise.s
rand.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
realloc.c Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
remove.s
rename.s
rewind.c
rmdir.s
scanf.s
searchenv.s
setjmp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
signal.s
sigtable.s Add signal() and raise() 2003-03-14 00:02:58 +00:00
sleep.c sleep.c doesn't compile on platforms without a clock function 2003-06-12 18:17:46 +00:00
snprintf.s
sprintf.s
sscanf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strcat.s
strchr.s
strcmp.s
strcoll.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strcpy.s
strcspn.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strncpy.s
strnicmp.s
stroserr.s
strpbrk.s
strrchr.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strspn.s
strstr.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strtoimax.s
strtok.c
strtol.c
strtoul.c
strtoumax.s
strupper.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strxfrm.c
system.c Make system() fastcall like most other library functions. 2009-09-15 21:01:20 +00:00
time.s
timezone.c
tolower.s
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vfscanf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vprintf.s
vscanf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s