.. |
_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
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
_file.s
|
|
|
_fopen.s
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
_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 |
_mappederrno.s
|
|
|
_oserror.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
_poserror.c
|
Fixed comments. No code change.
|
2011-04-25 18:49:24 +00:00 |
_printf.h
|
|
|
_printf.s
|
|
|
_scanf.c
|
|
|
_scanf.h
|
|
|
_scanf.inc
|
|
|
_seterrno.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
_swap.s
|
|
|
_sys.s
|
|
|
abort.c
|
|
|
asctime.c
|
|
|
atexit.s
|
|
|
atoi.s
|
|
|
bsearch.c
|
|
|
calloc.s
|
|
|
cc65_idiv32by16r16.s
|
|
|
cc65_imul8x8r16.s
|
|
|
cc65_imul16x16r32.s
|
|
|
cc65_sincos.s
|
|
|
cc65_udiv32by16r16.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
cc65_umul8x8r16.s
|
|
|
cc65_umul16x8r32.s
|
|
|
cc65_umul16x16r32.s
|
|
|
chdir.s
|
|
|
copydata.s
|
|
|
creat.s
|
|
|
ctime.s
|
|
|
divt.s
|
|
|
doesclrscr.s
|
|
|
errno.s
|
Moved two errno helper functions into separate files.
|
2015-09-25 14:06:58 -04:00 |
errormsg.c
|
|
|
fclose.s
|
Use a subroutine to set errno to save some space.
|
2004-05-13 21:09:08 +00:00 |
fdopen.c
|
|
|
fgetc.c
|
|
|
fgetpos.c
|
|
|
fgets.c
|
|
|
fmisc.s
|
|
|
fopen.s
|
|
|
fprintf.s
|
|
|
fputc.c
|
|
|
fputs.c
|
|
|
fread.s
|
|
|
free.s
|
|
|
freopen.c
|
|
|
fscanf.s
|
Changed multi-line C comments into another style.
|
2014-06-30 16:51:07 -04:00 |
fseek.c
|
|
|
fsetpos.c
|
|
|
ftell.c
|
|
|
fwrite.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
getchar.c
|
|
|
getcpu.s
|
|
|
getcwd.s
|
|
|
getenv.s
|
|
|
getopt.c
|
|
|
gets.c
|
|
|
gmtime.c
|
|
|
interrupt.s
|
|
|
isalnum.s
|
|
|
isalpha.s
|
|
|
isblank.s
|
|
|
iscntrl.s
|
|
|
isdigit.s
|
|
|
isgraph.s
|
|
|
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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
labs.s
|
|
|
locale.c
|
|
|
localtime.c
|
|
|
longjmp.s
|
|
|
ltoa.s
|
|
|
lz4.s
|
|
|
malloc.s
|
|
|
memchr.s
|
|
|
memcmp.s
|
|
|
memcpy.s
|
Added "popptr1" which is of common use to save some bytes.
|
2018-05-20 15:30:18 +02:00 |
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
|
|
|
perror.c
|
|
|
pmemalign.c
|
|
|
printf.s
|
|
|
putchar.s
|
|
|
putenv.s
|
|
|
puts.c
|
|
|
qsort.c
|
|
|
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
|
|
|
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
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
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
|
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
|
|
|
strpbrk.s
|
|
|
strqtok.c
|
|
|
strrchr.s
|
|
|
strspn.s
|
|
|
strstr.s
|
|
|
strtoimax.s
|
|
|
strtok.c
|
|
|
strtol.c
|
|
|
strtoul.c
|
|
|
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
|
|
|
toascii.s
|
|
|
tolower.s
|
Removed (pretty inconsistently used) tab chars from source code base.
|
2013-05-09 13:57:12 +02:00 |
toupper.s
|
|
|
uname.s
|
|
|
ungetc.s
|
|
|
unlink.s
|
|
|
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
|
|
|
vsprintf.s
|
|
|
vsscanf.s
|
|
|
zerobss.s
|
|
|