1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-11 09:23:41 +00:00
cc65/libsrc/common
2014-09-10 19:15:07 -04:00
..
_afailed.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_cwd.s
_environ.s
_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
_heapadd.s
_heapblocksize.s
_heapmaxavail.s
_heapmemavail.s
_hextab.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_longminstr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_oserror.s
_poserror.c
_printf.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_printf.s
_scanf.c Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
_scanf.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
_scanf.inc
_seterrno.s
_swap.s
_sys.s
abort.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Fixed the comments to say where the actual Left-Hand Side and Right-Hand Side are put. 2014-05-11 10:43:06 -04:00
cc65_umul16x8r32.s
cc65_umul16x16r32.s
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
errormsg.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fclose.s
fdopen.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fgetc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fgetpos.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fputs.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fread.s
free.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
freopen.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fscanf.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fseek.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fsetpos.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ftell.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
fwrite.s
getchar.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
getcpu.s
getcwd.s
getenv.s
getopt.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gets.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
gmtime.c
interrupt.s
isalnum.s
isalpha.s
isblank.s
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 Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
isspace.s
isupper.s
isxdigit.s
itoa.s
labs.s
locale.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
localtime.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
longjmp.s
ltoa.s
malloc.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
mktime.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
modfree.s
modload.s
perror.c
pmemalign.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
raise.s
rand.s
realloc.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
remove.s
rename.s
rewind.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
rmdir.s
scanf.s
searchenv.s
setjmp.s
signal.s
sigtable.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
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strnicmp.s
stroserr.s
strpbrk.s
strqtok.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
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 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 Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
time.s
timezone.c
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 Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
zerobss.s