Arax -8d09c51940345c86062e8ef2427c705ae66e5926
A Runtime Framework for Decoupling Applications from Heterogeneous Accelerators
Loading...
Searching...
No Matches
compat.h
Go to the documentation of this file.
1#ifndef UTILS_COMPAT_HEADER
2#define UTILS_COMPAT_HEADER
3
13typedef struct
14{
15 unsigned long nothing;
17
21#ifdef __cplusplus
22#define ARAX_CPP extern "C"
23#else
24#define ARAX_CPP
25#endif
26
27#endif // ifndef UTILS_COMPAT_HEADER
unsigned long nothing
Definition compat.h:15