ToCpp.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CtoCpp1(function, argument)
 

Macro Definition Documentation

◆ 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.

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors