mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-27 14:50:23 +00:00
13 lines
153 B
C
13 lines
153 B
C
|
/* _start should be the only thing left after GC. */
|
||
|
|
||
|
void _start() __asm__("_start");
|
||
|
void _start()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void dropme1()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
int dropme2[102] = { 0 };
|