index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
headers
/
typedefd-array-as-function-arg.h
blob: 937905918c16895628ddaf5e68b4521df005ac03 (
plain
)
1
2
3
// foo.h
typedef
float
myVector3
[
3
];
void
modifyVectorFunc
(
myVector3 v
);