1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-23 09:56:33 +00:00
cc65/libsrc/common
2018-11-09 17:27:35 -05:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_longminstr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_mappederrno.s
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc Replace vfscanf by an assembler version 2004-11-27 14:56:54 +00:00
_seterrno.s
_swap.s
_sys.s
abort.c
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
cc65_idiv32by16r16.s
cc65_imul8x8r16.s
cc65_imul16x16r32.s
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul8x8r16.s
cc65_umul16x8r32.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s Added creat() 2003-06-12 09:10:50 +00:00
ctime.s
divt.s Saved 2 bytes and fixed error in case of negative result. 2018-11-09 17:27:35 -05:00
doesclrscr.s
errno.s
errormsg.c
fclose.s Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
fdopen.c
fgetc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
getenv.s Added environment routines 2005-04-21 21:26:15 +00:00
getopt.c
gets.c
gmtime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
interrupt.s
isalnum.s
isalpha.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
islower.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isprint.s
ispunct.s
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
locale.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
localtime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
longjmp.s
ltoa.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
lz4.s
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mktime.c
modfree.s
modload.s
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
rename.s
rewind.c
rmdir.s
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.s
sleep.c
snprintf.s
sprintf.s
sscanf.s
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
stroserr.s
strpbrk.s
strqtok.c
strrchr.s
strspn.s
strstr.s
strtoimax.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strtok.c
strtol.c
strtoul.c
strtoumax.s
strupper.s
strxfrm.c
system.c
tgi_colors.s
time.s
timezone.c
toascii.s
tolower.s
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s Added explicit settings of calling conventions in pointer-to-function declarations in system and library headers. 2015-06-22 00:15:48 -04:00
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s