1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2025-02-16 14:30:33 +00:00
C02/test/testhdr.h02

8 lines
99 B
Plaintext
Raw Normal View History

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