{"height":"190","categories":[],"version":"1.0","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhp-ux.hatenadiary.org%2Fentry%2F20081228%2F1230486983\" title=\"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0 C\u8a00\u8a9e \u5fa9\u7fd2 typedef - \u5909\u66f4\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_url":"https://hatena.blog","provider_name":"Hatena Blog","type":"rich","author_name":"hp-ux","published":"2008-12-28 02:56:23","width":"100%","blog_url":"https://hp-ux.hatenadiary.org/","url":"https://hp-ux.hatenadiary.org/entry/20081228/1230486983","image_url":null,"author_url":"https://blog.hatena.ne.jp/hp-ux/","blog_title":"\u5909\u66f4","title":"\u30d7\u30ed\u30b0\u30e9\u30df\u30f3\u30b0 C\u8a00\u8a9e \u5fa9\u7fd2 typedef","description":"typedef\u304c\u602a\u3057\u304b\u3063\u305f\u306e\u3067\u3001\u5fa9\u7fd2\u3002 \u3093\u3082\u3049\u301c\u3001\u3059\u3050\u5fd8\u308c\u308b\u301c #include <stdio.h> /*struct Color{ char *name; int r, g, b; }; void Setcolor(struct Color *color){ printf(\"%s,%d,%d,%d\\n\",color->name,color->r,color->g,color->b); } int main(void){ struct Color color = {\"color\",5,3,2}; Setcolor(&color); return 0; }*/ typedef struct { \u2026"}