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