1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-24 15:55:57 +00:00
cc65/libsrc/common
2023-02-24 02:12:19 +01:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s
_fdesc.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
_file.h
_file.s
_fopen.s
_heap.s
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_idiv32by16r16.s
_imul8x8r16.s
_imul16x16r32.s
_longminstr.c
_mappederrno.s
_oserror.s
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h
_scanf.inc
_seterrno.s
_swap.s
_sys.s
_udiv32by16r16.s Avoid unintended file "shadowing". 2019-04-04 09:16:59 +02:00
_umul8x8r16.s
_umul16x8r32.s
_umul16x16r32.s
abort.c
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
chdir.s
copydata.s
creat.s
ctime.s
ctype.s
ctypemask.s
divt.s remove dangling spaces 2022-04-17 16:06:22 +02:00
doesclrscr.s remove dangling spaces 2022-04-17 16:06:22 +02:00
errno.s
errormsg.c Implement exec() for Atari XDOS. 2016-06-13 20:40:01 +02:00
fclose.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +02:00
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fopen.s remove extra spaces 2022-08-28 22:37:33 +02:00
fprintf.s
fputc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fputs.c
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
gmtime.c
interrupt.s Save/restore jmpvec as it is used by generated code - see g_callind(). 2017-10-23 18:57:28 +02:00
isalnum.s
isalpha.s
isascii.s
isblank.s
iscntrl.s Shortened names and adjusted style. 2020-04-02 22:58:16 +02:00
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
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
mktime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
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
rename.s
rewind.c
rmdir.s
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.s
sincos.s Added '_' prefix to sin and cos. 2019-04-13 11:25:54 +02:00
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
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s fix some errno related stuff, "make all" works again 2022-08-28 22:09:44 +02:00
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
strnlen.s Fix strnlen(). 2021-12-25 09:11:58 +01:00
stroserr.s
strpbrk.s Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
strqtok.c
strrchr.s
strspn.s
strstr.s
strtoimax.s
strtok.c
strtol.c
strtoul.c
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 Replaced three (logically) identical files with a single file. 2017-10-23 18:35:06 +02:00
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
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s