mirror of
https://github.com/RevCurtisP/C02.git
synced 2024-11-01 16:04:59 +00:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
/* Generic 6502 header file */
|
|
|
|
char getchr();
|
|
void putchr();
|
|
char putstr();
|
|
char strlen();
|
|
|