cbindgen/tests/expectations/char.both.compat.c

19 lines
256 B
C
Raw Normal View History

2019-12-02 10:53:49 +11:00
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct Foo {
uint32_t a;
2019-12-02 10:53:49 +11:00
} Foo;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(Foo a);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus