6 lines
69 B
C
6 lines
69 B
C
#ifndef MYIO_H
|
|
#define MYIO_H
|
|
|
|
unsigned char getSingleChar();
|
|
|
|
#endif |