1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-28 10:55:43 +00:00
cc65/libsrc/common
2022-02-21 15:44:31 -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
_idiv32by16r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_imul8x8r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_imul16x16r32.s
_longminstr.c
_mappederrno.s
_oserror.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_poserror.c Removed non-ASCII chars. 2021-04-19 16:06:10 +02:00
_printf.h
_printf.s Added a special version of a function which uses an absolute addressing mode to access the zero page. 2021-05-04 12:10:43 -04:00
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
_udiv32by16r16.s
_umul8x8r16.s
_umul16x8r32.s
_umul16x16r32.s
abort.c
asctime.c
atexit.s
atoi.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ctype.s
ctypemask.s
divt.s
doesclrscr.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s
fprintf.s
fputc.c
fputs.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
getenv.s
getopt.c
gets.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gmtime.c
interrupt.s
isalnum.s
isalpha.s
isascii.s
isblank.s
iscntrl.s
isdigit.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isupper.s
isxdigit.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
itoa.s
labs.s
locale.c
localtime.c
longjmp.s
ltoa.s
lz4.s
malloc.s
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
mul20.s
mul40.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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
searchenv.s
setjmp.s
signal.s
sigtable.s
sincos.s
sleep.c
snprintf.s
sprintf.s
sscanf.s
strcat.s
strchr.s Just some white space fixes of recently contributed code. 2017-04-06 17:53:57 +02:00
strcmp.s
strcoll.s
strcpy.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strcspn.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
strnlen.s
stroserr.s
strpbrk.s
strqtok.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strrchr.s Added "strrchr" optimizaion a matching unit test and tiny unit test framework. (Documentation for that will follow later) 2017-02-26 20:03:05 +01:00
strspn.s
strstr.s
strtoimax.s
strtok.c
strtol.c
strtoul.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoumax.s
strupper.s
strxfrm.c
system.c
tgi_colors.s
time.s
timezone.c Cosmetic changes 2002-11-13 08:56:45 +00:00
toascii.s
tolower.s
toupper.s
uname.s
ungetc.s
unlink.s
utscopy.s
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s