blob: c1594453de0e4adad42fbba44ce44eabf3a6d925 [file] [log] [blame]
/* Package version: 0.1.0 */
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct Foo {
uint64_t bar;
} Foo;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void doit(const struct Foo*);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus