FENIX_kernel/include/kernel/init.h

10 lines
108 B
C
Raw Normal View History

2020-12-02 02:59:33 +00:00
#ifndef _KERNEL_INIT
#define _KERNEL_INIT
#include <stdio.h>
int test_libc(void);
int init(void);
#endif