Files
mango/init/init.c
2024-11-02 11:31:51 +00:00

8 lines
64 B
C

#include <mango/init.h>
int do_initcalls(void)
{
return 0;
}