/
githubmirror
/
libpcap
Обзор
Документация
Войти
/
githubmirror
/
libpcap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
missing/getopt.h
7 строк
252 B
Gisle Vanem
Squelch warning about optreset not being declared.
03 май 2018, 04:37
03 май 2018, 04:37
ab7fcd1
Код
Авторство
О чём код?
/* * Header for the getopt() we supply if the platform doesn't supply it. */ extern char *optarg; /* getopt(3) external variables */ extern int optind, opterr, optreset, optopt; extern int getopt(int nargc, char * const *nargv, const char *ostr);