Sign in
fuchsia
/
third_party
/
swig
/
refs/tags/v4.0.0
/
.
/
Examples
/
tcl
/
value
/
example.h
blob: 212cf4bdb0f737e14aa7a8b3dc9263f1166eb647 [
file
] [
log
] [
blame
]
/* File : example.h */
typedef
struct
{
double
x
,
y
,
z
;
}
Vector
;