1 2 3 4 5 6 7 8
#include <atari.h> #include <conio.h> /* sound the keyclick. obeys the NOCLIK flag on XL/XE. */ void keyclick(void) { OS.ch = 0; cgetc(); }