12 lines
76 B
C
12 lines
76 B
C
|
|
#ifndef K_MAIN_H
|
|
#define K_MAIN_H
|
|
|
|
extern "C" {
|
|
|
|
void k_main();
|
|
|
|
}
|
|
|
|
#endif
|