OmfObj_setModuleCtorDtor

Set up function to be called as static constructor on program startup or static destructor on program shutdown.

nothrow @safe @trusted
void
OmfObj_setModuleCtorDtor
(,
bool isCtor
)

Parameters

s Symbol*

function symbol

isCtor bool

true if constructor, false if destructor

Meta