8 lines
62 B
C
8 lines
62 B
C
|
|
||
|
extern void asm_main(void);
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
asm_main();
|
||
|
}
|