cbindgen/tests/expectations/inner_mod.both.c

11 lines
140 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct Foo {
float x;
} Foo;
void root(Foo a);