blob: d7dd5c51823b67a72f4577344f6721e23943a7cb [file] [log] [blame] [edit]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct StyleA StyleA;
typedef struct B {
int32_t x;
float y;
} B;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(const struct StyleA *a, struct B b);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus