Sign in
third-party-mirror
/
cbindgen
/
9a26cd0114a633fa05ece30bd3f1b13149f496f2
/
.
/
cbindgen-0.24.5
/
tests
/
expectations
/
linestyle_crlf.tag.c
blob: 2ee5ff12146bf6a5b58cd03e4d03eccd09d48b5d [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
struct
Dummy
{
int32_t
x
;
float
y
;
};
void
root
(
struct
Dummy
d
);