SimpleKernel  0.0.1
libcxx.h
Go to the documentation of this file.
1 
17 #ifndef SIMPLEKERNEL_LIBCXX_H
18 #define SIMPLEKERNEL_LIBCXX_H
19 
20 #include "cstdint"
21 
28 int32_t libcxx(uint32_t _argc, uint8_t **_argv);
29 
30 #endif /* SIMPLEKERNEL_LIBCXX_H */
int32_t libcxx(uint32_t _argc, uint8_t **_argv)
入口
Definition: libcxx.cpp:19