Searched defs:fetch_type (Results 1 – 1 of 1) sorted by relevance
134 struct fetch_type { struct135 const char *name; /* Name of type */136 size_t size; /* Byte size of type */137 bool is_signed; /* Signed flag */138 bool is_string; /* String flag */139 print_type_func_t print; /* Print functions */140 const char *fmt; /* Format string */141 const char *fmttype; /* Name in format file */