9 lines
76 B
C
9 lines
76 B
C
|
#include "emu/thread.h"
|
||
|
#include "common.h"
|
||
|
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|