Searched defs:extra_t (Results 1 – 1 of 1) sorted by relevance
206 typedef struct extra_t { in main() struct207 char *action; in main()208 struct extra_t *next; in main()209 } extra_t; in main() typedef