ZeroTierOne/zeroidc/vendor/cbindgen/tests/expectations/assoc_constant.both.compat.c

20 lines
288 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct Foo {
} Foo;
#define Foo_GA 10
#define Foo_ZO 3.14
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(struct Foo x);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus