diff options
Diffstat (limited to 'src/generic.h')
-rw-r--r-- | src/generic.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/generic.h b/src/generic.h index 860f2465..e17d2edf 100644 --- a/src/generic.h +++ b/src/generic.h @@ -21,6 +21,10 @@ #ifndef __zzz_H__ #define __zzz_H__ +#ifdef __cplusplus +extern "C" { +#endif + //////////////////////////////////////////////////////////////////////// /// INCLUDES /// //////////////////////////////////////////////////////////////////////// @@ -34,7 +38,7 @@ //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// -/// MACRO DEFITIONS /// +/// MACRO DEFINITIONS /// //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// @@ -42,10 +46,14 @@ //////////////////////////////////////////////////////////////////////// /*=== zzz.c ==========================================================*/ + +#ifdef __cplusplus +} +#endif + +#endif //////////////////////////////////////////////////////////////////////// /// END OF FILE /// //////////////////////////////////////////////////////////////////////// -#endif - |