構造体とtypedefを同時に定義する型定義の備忘録。
typedef struct testblk_t { struct testblk_t *link; int id; int data; } TESTBLK_T; TESTBLK_T a, b, c;