|
@ -4,6 +4,9 @@ |
|
|
// * c-string
|
|
|
// * c-string
|
|
|
// * struct
|
|
|
// * struct
|
|
|
// Those are all considered POD-types
|
|
|
// Those are all considered POD-types
|
|
|
|
|
|
#ifndef LIBPEPDATATYPES_LIBC99_H |
|
|
|
|
|
#define LIBPEPDATATYPES_LIBC99_H |
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
#ifdef __cplusplus |
|
|
extern "C" { |
|
|
extern "C" { |
|
|
#endif |
|
|
#endif |
|
@ -34,4 +37,6 @@ extern "C" { |
|
|
void free_test_struct(Test_struct1* c_struct); |
|
|
void free_test_struct(Test_struct1* c_struct); |
|
|
#ifdef __cplusplus |
|
|
#ifdef __cplusplus |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#endif |
|
|