Iros
 
Loading...
Searching...
No Matches
cxx_init.h
Go to the documentation of this file.
1#pragma once
2
3namespace iris::arch {
4// This functions setup the C++ runtime enviornment. In practice,
5// this should involve calling the "global" constructors, which
6// typically requires help from the architecture specific linker
7// script.
8void cxx_init();
9}
Definition cxx_init.cpp:12
void cxx_init()
Definition cxx_init.cpp:13