|
SimpleKernel 1.17.0
|
#include <cstdint>

Go to the source code of this file.
Functions | |
| auto | CppInit () -> void |
| 构造 c++ 全局对象 | |
| auto | CppDeInit () -> void |
| 析构 c++ 全局对象 | |
| auto CppDeInit | ( | ) | -> void |
析构 c++ 全局对象
c++ 全局对象析构
Definition at line 230 of file kstd_libcxx.cpp.
| auto CppInit | ( | ) | -> void |
构造 c++ 全局对象
c++ 全局对象构造
Definition at line 221 of file kstd_libcxx.cpp.
