12345678910111213141516171819202122232425262728293031323334353637383940 |
- #ifndef foopulsecdeclhfoo
- #define foopulsecdeclhfoo
- #ifdef __cplusplus
- #define PA_C_DECL_BEGIN extern "C" {
- #define PA_C_DECL_END }
- #else
- #define PA_C_DECL_BEGIN
- #define PA_C_DECL_END
- #endif
- #endif
|