SimpleKernel
0.0.1
Functions
libc.c File Reference
#include "
libc.h
"
Include dependency graph for libc.c:
Go to the source code of this file.
Functions
int32_t
libc
(uint32_t _argc, uint8_t **_argv)
入口
More...
Function Documentation
◆
libc()
int32_t libc
(
uint32_t
_argc
,
uint8_t **
_argv
)
入口
Parameters
_argc
参数个数
_argv
参数列表
Returns
int32_t 正常返回 0
Definition at line
23
of file
libc.c
.
23
{
24
(void)_argc;
25
(void)_argv;
26
27
// 进入死循环
28
while
(1) {
29
;
30
}
31
32
return
0;
33
}
src
kernel
libc
libc.c
Generated on Tue Sep 12 2023 13:20:13 for SimpleKernel by
1.9.1