1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00
cc65/libsrc/common
2023-09-07 07:03:34 +02:00
..
_afailed.c
_cwd.s
_directerrno.s
_environ.s
_fdesc.s
_file.h
_file.s
_fopen.s
_heap.s add extra underscore to heap stuff 2022-08-29 19:55:48 +02:00
_heapadd.s add extra underscore to heap stuff 2022-08-29 19:55:48 +02:00
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c
_idiv32by16r16.s
_imul8x8r16.s
_imul16x16r32.s
_longminstr.c
_mappederrno.s
_oserror.s fix errno related underscores in all libsrc/*.s files 2022-08-28 21:52:53 +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
asctime.c reserve enough space for the longest string we can expect 2022-07-13 23:10:19 +02:00
atexit.s
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 add extra underscore to _bzero, add a test for bzero/memset 2022-08-29 23:20:48 +02:00
chdir.s
copydata.s
creat.s
ctime.s
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fwrite.s
getchar.c
getcpu.s
getcwd.s
getenv.s
getopt.c
gets.c
gmtime.c
interrupt.s
isalnum.s
isalpha.s
isascii.s
isblank.s
iscntrl.s
isdigit.s
isgraph.s
islower.s
isprint.s
ispunct.s
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s
locale.c
localtime.c "Inverted" time_t value handling. 2018-08-02 17:12:12 +02:00
longjmp.s
ltoa.s
lz4.s
malloc.s
memchr.s Fixed formatting and two import issues. 2018-05-21 13:02:56 +02:00
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c
modfree.s
modload.s
mul20.s
mul40.s
ntohl.s
ntohs.s Add ntohs, htons, ntohl, htons. 2023-09-07 07:03:34 +02: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
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
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
strnlen.s
stroserr.s
strpbrk.s Fixed strpbrk(). 2018-05-29 14:29:50 -04:00
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
strtoul.c
strtoumax.s
strupper.s
strxfrm.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
system.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s