構造体

typedef struct {
   int bar;
   int hoge;
} Foo;

使うとき

Foo f;
f.bar = 3

最終更新:2011年09月21日 11:01