![]() |
Xyris
0.5
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | _init () |
| void | _fini () |
C/C++ runtime initialization & teardown. See crti.s and crtn.s for details https://wiki.osdev.org/Calling_Global_Constructors.
Definition in file crti.h.
| void _fini | ( | ) |
Global destructor.
| void _init | ( | ) |
Global constructor.