7 lines
64 B
C
7 lines
64 B
C
#include <function.h>
|
|
|
|
int _start(void)
|
|
{
|
|
return function();
|
|
}
|