Searched defs:fetch_type (Results 1 – 1 of 1) sorted by relevance
132 struct fetch_type { struct133 const char *name; /* Name of type */134 size_t size; /* Byte size of type */135 int is_signed; /* Signed flag */136 print_type_func_t print; /* Print functions */137 const char *fmt; /* Fromat string */138 const char *fmttype; /* Name in format file */