#ifndef _KERNEL_INIT #define _KERNEL_INIT #include int test_libc(void); int init(void); #endif