2026-04-16 13:43:54 +02:00

7 lines
102 B
C

#ifndef MYIO_H
#define MYIO_H
unsigned char getSingleChar();
int getNumber(const char *text);
#endif