Files
webkeyboard/main.h
2025-05-28 18:16:00 -04:00

8 lines
72 B
C

#ifndef MAIN_H_
#define MAIN_H_
int main();
void core1_main();
#endif