Macros§
- Creates a function with C’s
__attribute__((destructor))
applied to it. - Allows to overwrite functions which are defined within C.
- Creates a function with C’s
__attribute__((constructor))
applied to it.
__attribute__((destructor))
applied to it.__attribute__((constructor))
applied to it.