cbindgen/tests/expectations/renaming-overrides-prefixing.tag.c

14 lines
184 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct StyleA;
struct B {
int32_t x;
float y;
};
void root(const struct StyleA *a, struct B b);