1
0
mirror of https://github.com/RevCurtisP/C02.git synced 2024-06-03 04:29:31 +00:00
C02/work/testhdr.h02
2018-08-11 00:18:23 -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();