SimpleKernel
0.0.1
libc.h
Go to the documentation of this file.
1
17
#ifndef SIMPLEKERNEL_LIBC_H
18
#define SIMPLEKERNEL_LIBC_H
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
#include "stdint.h"
25
32
int32_t
libc
(uint32_t _argc, uint8_t **_argv);
33
34
#ifdef __cplusplus
35
}
36
#endif
37
38
#endif
/* SIMPLEKERNEL_LIBC_H */
libc
int32_t libc(uint32_t _argc, uint8_t **_argv)
入口
Definition:
libc.c:23
src
kernel
libc
include
libc.h
Generated on Tue Sep 12 2023 13:20:13 for SimpleKernel by
1.9.1