Timac
#__Mod_term_func
constructor and destructor attributes
Posted Jul 16, 2016
GCC (and Clang) supports constructor and destructor attributes: __attribute__((constructor)) __attribute__((destructor))
[Read More]