Next
Previous Contents
cc65 function reference
Ullrich von Bassewitz,
uz@cc65.org
07.11.2002
cc65 is a C compiler for 6502 based systems. This function reference describes the available C functions supplied by the library.
1.
Introduction
2.
Functions by header file
2.1
6502.h
2.2
assert.h
2.3
conio.h
2.4
ctype.h
2.5
em.h
2.6
stdlib.h
2.7
string.h
3.
Alphabetical function reference
3.1
BRK
3.2
CLI
3.3
SEI
3.4
abort
3.5
assert
3.6
atexit
3.7
bgcolor
3.8
bordercolor
3.9
cclear
3.10
cclearxy
3.11
cgetc
3.12
chline
3.13
chlinexy
3.14
clrscr
3.15
cursor
3.16
cvline
3.17
cvlinexy
3.18
em_commit
3.19
em_copyfrom
3.20
em_copyto
3.21
em_load_driver
3.22
em_map
3.23
em_pagecount
3.24
em_unload
3.25
em_use
3.26
exit
3.27
gotox
3.28
gotoxy
3.29
gotoy
3.30
isalnum
3.31
isalpha
3.32
isascii
3.33
isblank
3.34
iscntrl
3.35
isdigit
3.36
isgraph
3.37
islower
3.38
isprint
3.39
ispunct
3.40
isspace
3.41
isupper
3.42
isxdigit
3.43
kbhit
3.44
revers
3.45
screensize
3.46
strcat
3.47
strchr
3.48
strcpy
3.49
strlen
3.50
strlower
3.51
strlwr
3.52
strncpy
3.53
strrchr
3.54
strupper
3.55
strupr
3.56
textcolor
3.57
tolower
3.58
toupper
3.59
wherex
3.60
wherey
Next
Previous Contents