cpp_extern_macro.h
Go to the documentation of this file.00001 #ifndef CPP_EXTERN_MACRO_H
00002 #define CPP_EXTERN_MACRO_H
00003
00013 #ifdef __cplusplus
00014 #define BEGIN_C_DECLS extern "C" {
00015 #define END_C_DECLS }
00016 #else
00017 #define BEGIN_C_DECLS
00018 #define END_C_DECLS
00019 #endif
00020
00021 #endif
00022