1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/common
2019-10-09 17:09:05 +02:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s Adjusted constructors. 2016-03-16 16:28:32 +01:00
_fdesc.s
_file.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_file.s
_fopen.s
_heap.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
_heapadd.s
_heapblocksize.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_heapmaxavail.s
_heapmemavail.s
_hextab.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_idiv32by16r16.s
_imul8x8r16.s
_imul16x16r32.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_longminstr.c
_mappederrno.s
_oserror.s
_poserror.c
_printf.h
_printf.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_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
_udiv32by16r16.s
_umul8x8r16.s
_umul16x8r32.s
_umul16x16r32.s
abort.c
asctime.c
atexit.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
atoi.s
bsearch.c Added explicit settings of calling conventions in pointer-to-function declarations in system and library headers. 2015-06-22 00:15:48 -04:00
calloc.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
chdir.s
copydata.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
creat.s
ctime.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
divt.s
doesclrscr.s
errno.s
errormsg.c Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fsetpos.c
ftell.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fwrite.s
getchar.c
getcpu.s remove TABs 2019-02-05 23:27:52 +01:00
getcwd.s
getenv.s
getopt.c
gets.c
gmtime.c
interrupt.s
isalnum.s
isalpha.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
isblank.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
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
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 Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
labs.s
locale.c
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 Small lz4 optimizations 2017-06-09 16:57:47 +03:00
malloc.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
memchr.s
memcmp.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
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 Use the new declarations from the zeropage include file. In interrupt handlers 2012-11-04 15:23:05 +00:00
mul20.s
mul40.s Code review adaptations, removed "cc65_" prefix from functions 2019-03-29 22:53:04 +01:00
perror.c Use _errno, not errno. 2010-06-03 21:31:06 +00:00
pmemalign.c
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 Added explicit settings of calling conventions in pointer-to-function declarations in system and library headers. 2015-06-22 00:15:48 -04:00
raise.s
rand.s Update comments in rand.s 2019-10-09 17:09:05 +02:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Improved longjmp() and setjmp(). 2015-09-11 14:18:22 -04:00
signal.s
sigtable.s
sincos.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 Make some arrays const. 2017-06-28 20:43:31 +02:00
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 Fixed some return pointers. 2013-08-28 02:58:41 -04:00
strncat.s Added "popptr1" which is of common use to save some bytes. 2018-05-20 15:30:18 +02:00
strncmp.s
strncpy.s Fixed formatting and two import issues. 2018-05-21 13:02:56 +02:00
strnicmp.s
stroserr.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
strpbrk.s
strqtok.c
strrchr.s
strspn.s Further optimizations in common/conio. 2018-05-22 16:00:05 +02:00
strstr.s
strtoimax.s
strtok.c
strtol.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoul.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
strtoumax.s
strupper.s
strxfrm.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
system.c
tgi_colors.s Moved most of the tgi_colors.s files into the libsrc/common/ directory. 2018-03-27 07:28:46 -04:00
time.s
timezone.c
toascii.s Replaced three (logically) identical files with a single file. 2017-10-23 18:35:06 +02:00
tolower.s
toupper.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
uname.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
ungetc.s
unlink.s Added unlink() 2003-06-12 08:43:57 +00:00
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 Fixed a hardware-stack leak. 2015-07-17 20:36:56 -04:00
vsprintf.s
vsscanf.s
zerobss.s