c_decl.h

00001 /* 
00002  * c_decl.h 
00003  * 
00004  * a simple set of macros to ease declaration of C interfaces.
00005  */
00035 #ifndef _lub_c_decl_h
00036 #define _lub_c_decl_h
00037  
00038 #ifdef __cplusplus
00039 #define _BEGIN_C_DECL extern "C" {
00040 #define _END_C_DECL   }
00041 #else  /* not __cplusplus */
00042 #define _BEGIN_C_DECL 
00043 #define _END_C_DECL   
00044 #endif /* not __cplusplus */
00045 
00047 #endif /* _lub_c_decl_h */

Generated on Tue Apr 29 13:41:07 2008 for CLISH by  doxygen 1.5.1