8 lines
64 B
C
8 lines
64 B
C
#include <mango/init.h>
|
|
|
|
|
|
int do_initcalls(void)
|
|
{
|
|
return 0;
|
|
}
|