1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-05 05:28:54 +00:00
C02/test/testhdr.h02

8 lines
99 B
Plaintext
Raw Normal View History

2018-01-28 19:47:06 +00:00
/* Generic 6502 header file */
char getchr();
void putchr();
char putstr();
char strlen();