C02/work/testhdr.h02

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();