Files
cbindgen/tests/expectations/both/char.compat.c
T
2019-12-02 19:55:04 +01:00

20 lines
275 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <uchar.h>
typedef struct Foo {
char32_t a;
} Foo;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(Foo a);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus