7 lines
102 B
C
7 lines
102 B
C
#ifndef MYIO_H
|
|
#define MYIO_H
|
|
|
|
unsigned char getSingleChar();
|
|
int getNumber(const char *text);
|
|
|
|
#endif |