typedef struct testblk_t { struct testblk_t *link; int id; int data; } TESTBLK_T; TESTBLK_T a, b, c;