/
githubmirror
/
libpcap
Обзор
Документация
Войти
/
githubmirror
/
libpcap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
libpcap-1.8.1
missing/getopt.h
7 строк
242 B
Guy Harris
Add a "getopt.h" header and include it instead of <unistd.h> on Windows.
02 ноя 2015, 03:25
02 ноя 2015, 03:25
a77491e
Код
Авторство
О чём код?
/* * Header for the getopt() we supply if the platform doesn't supply it. */ extern char *optarg; /* getopt(3) external variables */ extern int optind, opterr, optopt; extern int getopt(int nargc, char * const *nargv, const char *ostr);