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

10 lines
150 B
C

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