ORCA-C/C.Samples/Text.Samples/Key2.h
Stephen Heumann ab975b611c Add C samples.
These are the samples from ORCA/C 2.1.0, converted to LF line endings.
2023-04-23 18:34:34 -05:00

5 lines
94 B
C

/* Header file for program Key2.CC */
extern int KeyPress(void);
extern char ReadChar(void);