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

10 lines
136 B
C

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