get_type
static const char *get_type(int type);
printf("sysid %d,(%s)\n", partp->dp_typ, get_type(partp->dp_typ));
get_type(&plist->res_prefix, &plist->res_type,
get_type(&dec->prefix, &dec->type, dkind);
get_type(&dec->prefix, &dec->type, dkind);
static void get_type(const char **, const char **, defkind);