33 #ifndef E_BESInitList_h 34 #define E_BESInitList_h 1 41 #define FUNINITQUIT(a,b,c) static BESGlobalInit dummy(a,b,BESGlobalInitList[c], c); 42 #define FUNINIT(a,c) static BESGlobalInit dummy(a,0,BESGlobalInitList[c], c); 44 #endif // E_BESInitList_h BESInitializer * BESGlobalInitList[11]
Mechanism for the orderly initialization and termination of objects.