File ExternC.h
File List > Core > Interface > ExternC.h
Go to the documentation of this file
#ifndef EXTERNC_H
#define EXTERNC_H
#ifdef __cplusplus
#define EXTERN_C_BEGIN \
extern "C" \
{
#define EXTERN_C_END }
#else
#define EXTERN_C_BEGIN
#define EXTERN_C_END
#endif
#endif /* EXTERNC_H */