8 lines
72 B
C
8 lines
72 B
C
#ifndef MAIN_H_
|
|
#define MAIN_H_
|
|
|
|
int main();
|
|
void core1_main();
|
|
|
|
#endif
|