FreeNOS
Functions | Variables
Support.h File Reference
#include <Macros.h>

Go to the source code of this file.

Functions

C void constructors ()
 Invokes all function pointers inside the .ctors section. More...
 
C void destructors ()
 Invokes function pointers inside the .dtors section. More...
 
C void __cxa_pure_virtual ()
 Unknown function, required by g++. More...
 

Variables

void(* CTOR_LIST )()
 Constructor list. More...
 
void(* DTOR_LIST )()
 Destructor list. More...