1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/libsrc/common
2021-05-08 19:36:37 +02:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s
_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
_idiv32by16r16.s
_imul8x8r16.s
_imul16x16r32.s
_longminstr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_mappederrno.s
_oserror.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_poserror.c
_printf.h
_printf.s
_scanf.c Fixed usage of "lvalue-cast" in _scanf implementation. 2020-08-24 17:16:37 +02:00
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
_udiv32by16r16.s
_umul8x8r16.s
_umul16x8r32.s
_umul16x16r32.s
abort.c Removed additional exit constants definitions from cc65.h to stdlih.h. Guarded the definitions by #ifdef. Removed cc65.h includes from abort and assert implementations. 2019-11-19 14:08:00 +01:00
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 Use a subroutine to set errno to save some space. 2004-05-13 21:09:08 +00:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ftell.c
fwrite.s
getchar.c
getcpu.s
getcwd.s
getenv.s
getopt.c
gets.c
gmtime.c
interrupt.s
isalnum.s
isalpha.s
isascii.s Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mkdir.s
mktime.c
modfree.s
modload.s
mul20.s
mul40.s Changes resulting from 2nd code review 2020-02-03 20:45:09 +01:00
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
qsort.c
raise.s Reset signal handler to SIG_DFL on a call to raise() 2003-03-14 00:08:35 +00:00
rand.s
realloc.c
remove.s
rename.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
snprintf.s
sprintf.s
sscanf.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
strlen.s
strlower.s
strncat.s
strncmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strncpy.s Remove stale comments. 2020-12-27 17:54:49 -05:00
strnicmp.s
stroserr.s
strpbrk.s
strqtok.c
strrchr.s
strspn.s
strstr.s
strtoimax.s
strtok.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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
vfscanf.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
vprintf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vscanf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
vsnprintf.s Fixed a hardware-stack leak. 2015-07-17 20:36:56 -04:00
vsprintf.s
vsscanf.s Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
zerobss.s