4 lines
83 B
C
4 lines
83 B
C
|
void fakelib_init();
|
||
|
void fakelib_write(int reg, int val);
|
||
|
void fakelib_tick();
|