8 lines
123 B
C
8 lines
123 B
C
#pragma once
|
|
|
|
extern "C"
|
|
{
|
|
void construct() __attribute__((constructor));
|
|
|
|
void destruct() __attribute__((destructor));
|
|
} |