FENIX_kernel/include/kernel/init.h
2020-12-01 20:59:33 -06:00

9 lines
108 B
C
Executable file

#ifndef _KERNEL_INIT
#define _KERNEL_INIT
#include <stdio.h>
int test_libc(void);
int init(void);
#endif