Searched defs:lzo_getopt_longopt_t (Results 1 – 1 of 1) sorted by relevance
1252 typedef struct lzo_getopt_longopt_t lzo_getopt_longopt_t; typedef1256 struct lzo_getopt_longopt_t { struct1257 const char* name;1258 int has_arg;1259 int* flag;1260 int val;