1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-01 03:30:20 +00:00
cc65/libsrc/common
cuz 7d11fa012c Straighten checking of the initialized flag in both, the C64 and C128
versions of rs232.s.
New include file common/rs232.inc, use the constants from this file instead
of defining them separately in each platform specific rs232 module.


git-svn-id: svn://svn.cc65.org/cc65/trunk@1208 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-03-25 06:06:52 +00:00
..
_afailed.c
_fdesc.s
_file.h
_file.inc
_file.s
_fopen.c
_hadd.s
_heap.h
_heap.s
_hextab.c
_oserror.s
_printf.h
_printf.s
_scanf.c
_scanf.h
_swap.s
_sys.s
.cvsignore
abort.c
abs.s
atexit.s
atoi.s
bsearch.c
calloc.s
copydata.s
cprintf.s
ctype.inc
errno.inc
errno.s
errormsg.c
fclose.c
fdopen.c
fgetc.c
fgetpos.c
fgets.c
fmisc.s
fmode.inc
fopen.c
fprintf.s
fputc.c
fputs.c
fread.c
free.s
freopen.c
fseek.c
fsetpos.c
ftell.c
fwrite.c
getchar.c
getcpu.s
gets.c
isalnum.s
isalpha.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
longjmp.s Replace a return value of 0 by 1 as expected by the C standard. 2000-07-22 18:26:31 +00:00
ltoa.s
Makefile
malloc.s
maperrno.s
memchr.s
memcmp.s
memcpy.s
memset.s
perror.c
printf.s
putchar.c
puts.c
qsort.c
rand.s
realloc.c
rewind.c
rs232.inc
setjmp.s
sprintf.s
sscanf.c
strcat.s
strchr.s
strcmp.s
strcoll.s
strcpy.s
strcspn.s
strdup.s
strerror.s
stricmp.s
strlen.s
strlower.s
strncat.s
strncmp.s
strncpy.s
strpbrk.s
strrchr.s
strspn.s
strstr.s
strtok.c
strupper.s
strxfrm.c
tolower.s
toupper.s
vcprintf.s
vfprintf.s
vprintf.c
vsprintf.s
vsscanf.c
zerobss.s