makefile
[mTask.git] / int / main.h
1 #ifndef MAIN_H
2 #define MAIN_H
3
4 #include <stdint.h>
5
6 uint8_t read_byte();
7 void write_byte(uint8_t b);
8 #endif