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