1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-22 18:29:30 +00:00
cc65/libsrc/common
2018-12-30 03:49:26 -05:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s Don't pass mode argument to open() from _fopen(). 2018-08-17 23:28:45 +02:00
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_longminstr.c
_mappederrno.s Moved two errno helper functions into separate files. 2015-09-25 14:06:58 -04:00
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
abort.c
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
cc65_idiv32by16r16.s
cc65_imul8x8r16.s Added a fast subroutine to multiply two signed 8-bit numbers. 2014-05-11 01:08:27 -04:00
cc65_imul16x16r32.s
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul8x8r16.s
cc65_umul16x8r32.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s
ctime.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
free.s
freopen.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fscanf.s
fseek.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 "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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isupper.s
isxdigit.s
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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
mktime.c
modfree.s
modload.s Use the new declarations from the zeropage include file. In interrupt handlers 2012-11-04 15:23:05 +00:00
perror.c
pmemalign.c
printf.s
putchar.s
putenv.s
puts.c
qsort.c
raise.s
rand.s
realloc.c
remove.s
rename.s
rewind.c
rmdir.s
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.s
sleep.c
snprintf.s
sprintf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
sscanf.s
strcat.s Just some white space fixes of recently contributed code. 2017-04-06 17:53:57 +02:00
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
strftime.c
stricmp.s
strlen.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strlower.s
strncat.s
strncmp.s
strncpy.s
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoumax.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s Changed run location of INIT segment. 2015-10-14 22:52:09 +02:00