Sign in
android
/
platform
/
external
/
rust
/
crates
/
cbindgen
/
4f3b9773ed1d8cac8f669bc84613aae4734fd808
/
.
/
tests
/
expectations
/
linestyle_crlf_both.c
blob: 028d85ba3bb4303440b22c93daf5827c20e0b319 [
file
] [
log
] [
blame
]
#include
<stdarg.h>
#include
<stdbool.h>
#include
<stdint.h>
#include
<stdlib.h>
typedef
struct
Dummy
{
int32_t
x
;
float
y
;
}
Dummy
;
void
root
(
struct
Dummy
d
);