![]() |
Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
|
#include <compat.h>
Data Fields | |
unsigned long | nothing |
Placeholder struct to be used instead of an empty struct.
This struct is necessary as a c struct is 0 bytes*, whereas a c++ struct is 1 byte big**, resulting in problematic c<->c++ interaction.
https://gcc.gnu.org/onlinedocs/gcc/Empty-Structures.html#Empty-Structures ** Could not find reference, but seems to be defined as 'non zero'.