1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/common
ol.sc 7103aa04ae Added docs to set_irq / reset_irq.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5415 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-21 12:28:23 +00:00
..
_afailed.c This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_cwd.s
_environ.s
_fdesc.s
_file.h
_file.s Added pushback char to struct FILE 2004-05-12 13:16:36 +00:00
_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
_oserror.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
_poserror.c
_printf.h
_printf.s
_scanf.c
_scanf.h Scanf improvements by Greg King 2005-02-14 09:19:59 +00:00
_scanf.inc Replace vfscanf by an assembler version 2004-11-27 14:56:54 +00:00
_seterrno.s
_swap.s
_sys.s
abort.c
abs.s
asctime.c
atexit.s
atoi.s
bsearch.c
calloc.s
cc65_idiv32by16r16.s
cc65_imul16x16r32.s
cc65_sincos.s
cc65_udiv32by16r16.s
cc65_umul16x8r32.s
cc65_umul16x16r32.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
chdir.s
copydata.s
creat.s
ctime.s
divt.s
errno.s
errormsg.c
fclose.s
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s Rewrote parts of the code for better error handling. fileno must set errno and 2010-06-03 21:20:10 +00:00
fopen.s
fprintf.s
fputc.c
fputs.c
fread.s
free.s
freopen.c
fscanf.s
fseek.c
fsetpos.c
ftell.c
fwrite.s
getchar.c Removed __fastcall__ declarations for functions without parameters. 2011-07-07 20:19:35 +00:00
getcpu.s
getcwd.s
getenv.s
getopt.c
gets.c
gmtime.c
interrupt.s
isalnum.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isalpha.s
isblank.s
iscntrl.s
isdigit.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
isgraph.s
islower.s
isprint.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
ispunct.s
isspace.s
isupper.s
isxdigit.s Use constants for the bits in the _ctype array. 2001-09-08 14:00:41 +00:00
itoa.s
labs.s labs() is also imaxabs(). 2009-09-13 18:06:43 +00:00
locale.c
localtime.c
longjmp.s
ltoa.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
Makefile
malloc.s Slice blocks even if the remainder is just sizeof(freeblock) bytes in size. 2005-01-05 20:06:13 +00:00
memchr.s
memcmp.s
memcpy.s
memmove.s
memset.s
mkdir.s
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
remove.s Renamed oserrcheck to __mappederrno. Added an additional function named 2010-06-10 18:10:53 +00:00
rename.s
rewind.c
rmdir.s
scanf.s Fixed tab removal which somehow went wrong 2005-02-14 09:38:30 +00:00
searchenv.s
setjmp.s
signal.s
sigtable.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 Invalid error codes will set errno 2003-12-19 18:45:26 +00:00
strftime.c
stricmp.s
strlen.s
strlower.s
strncat.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strncmp.s
strncpy.s
strnicmp.s
stroserr.s
strpbrk.s
strrchr.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
strspn.s
strstr.s
strtoimax.s
strtok.c
strtol.c
strtoul.c
strtoumax.s
strupper.s
strxfrm.c
system.c Make system() fastcall like most other library functions. 2009-09-15 21:01:20 +00:00
time.s
timezone.c
tolower.s
toupper.s
uname.s
ungetc.s Fixed a bug 2004-05-14 14:33:43 +00:00
unlink.s
utscopy.s Use structs 2003-12-03 20:23:09 +00:00
vfprintf.s
vfscanf.s
vprintf.s
vscanf.s
vsnprintf.s
vsprintf.s
vsscanf.s
zerobss.s