cbindgen/tests/expectations/renaming_overrides_prefixing.compat.c
2020-10-31 17:01:44 +01:00

22 lines
306 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct StyleA StyleA;
typedef struct {
int32_t x;
float y;
} B;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(const StyleA *a, B b);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus