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