1
2
3
4
5
6
7
8
#ifndef ULM0_HDWIO_H
#define ULM0_HDWIO_H

// IO
void ulm_printChar(int c);
int ulm_readChar();

#endif // ULM0_HDWIO_H