/
githubmirror
/
nmap
Обзор
Документация
Войти
/
githubmirror
/
nmap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
libpcap/missing/getopt.h
7 строк
252 B
dmiller
Update libpcap to 1.9.0 (no patches applied yet)
30 мар 2019, 06:24
30 мар 2019, 06:24
a2442ea
Код
Авторство
О чём код?
/* * 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);