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

14 lines
221 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#define EXPORT_ME_TOO 42
typedef struct {
uint64_t val;
} ExportMe;
void export_me(ExportMe *val);
void from_really_nested_mod(void);