Go to the source code of this file.
|
| #define | CtoCpp1(function, argument) |
| |
◆ CtoCpp1
| #define CtoCpp1 |
( |
|
function, |
|
|
|
argument |
|
) |
| |
Value: extern "C++" inline void function##_cpp(argument a) \
{ \
function(a); \
}
Defines a C++ equivalent of an extern "C" function. The defined C++ function name uses a _cpp suffix.
Definition at line 14 of file ToCpp.h.