mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-16 14:30:33 +00:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
/* Generic 6502 header file */
|
||
|
|
||
|
char getchr();
|
||
|
void putchr();
|
||
|
char putstr();
|
||
|
char strlen();
|
||
|
|