ZeroTierOne/zeroidc/vendor/cbindgen/tests/expectations/inner_mod.both.c

10 lines
147 B
C

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