SimpleKernel
0.0.1
libc.c
Go to the documentation of this file.
1
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
21
#include "
libc.h
"
22
23
int32_t
libc
(uint32_t _argc, uint8_t **_argv) {
24
(void)_argc;
25
(void)_argv;
26
27
// 进入死循环
28
while
(1) {
29
;
30
}
31
32
return
0;
33
}
34
35
#ifdef __cplusplus
36
}
37
#endif
libc
int32_t libc(uint32_t _argc, uint8_t **_argv)
入口
Definition:
libc.c:23
libc.h
libc 头文件
src
kernel
libc
libc.c
Generated on Tue Sep 12 2023 13:20:13 for SimpleKernel by
1.9.1