ctor_bare

Function call_ctors

Source
pub fn call_ctors()
Expand description

Invoke all constructor functions registered by the register_ctor attribute.

ยงNotes

Caller should ensure that the .init_array section will not be disturbed by other sections.