Searched defs:SystemGetopt (Results 1 – 1 of 1) sorted by relevance
54 struct SystemGetopt { struct55 using LongOptionType = ::option;56 using GetoptFn = decltype(&::getopt);57 using GetoptLongFn = decltype(&::getopt_long);58 GetoptFn getopt = &::getopt;59 GetoptLongFn getopt_long = &::getopt_long;60 int& optind = ::optind;61 char*& optarg = ::optarg;