1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-07-02 15:29:28 +00:00
C02/test/testhdr.h02
2018-07-29 22:49:44 -04:00

16 lines
208 B
Plaintext

/* Generic 6502 header file */
const #TRUE = $FF, #FALSE = 0;
char anykey = "Press any key to continue...";
/* Get Character from Keyboard */
char getc();
void putc();
char puts();
char strlen();