2026-04-09 13:46:34 +02:00

6 lines
69 B
C

#ifndef MYIO_H
#define MYIO_H
unsigned char getSingleChar();
#endif