contrib/vxworks/vxw_proto.h
Go to the documentation of this file.
4 
5 typedef
6  union number_union {
7  double dval;
8  struct {float fval1,fval2;} f;
9  struct {long ival1,ival2;} i;
10  struct {short sval1, sval2, sval3, sval4;} s;
11  } number_union;
12 
union number_union number_union
struct number_union::@4 f
struct number_union::@5 i
struct number_union::@6 s


euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54