6 lines
47 B
C++
6 lines
47 B
C++
extern "C"
|
|
void start(void)
|
|
{
|
|
while (1) {}
|
|
}
|
extern "C"
|
|
void start(void)
|
|
{
|
|
while (1) {}
|
|
}
|