9 lines
108 B
C
Executable file
9 lines
108 B
C
Executable file
#ifndef _KERNEL_INIT
|
|
#define _KERNEL_INIT
|
|
|
|
#include <stdio.h>
|
|
|
|
int test_libc(void);
|
|
int init(void);
|
|
|
|
#endif
|