aboutsummaryrefslogtreecommitdiff
path: root/windows/src/getopt.h
blob: eb418c3abb20da891cc996bab9f4736e1930d074 (plain)
1
2
3
4
5
6
#ifndef GETOPT_H
#define GETOPT_H

int getopt(int nargc, char * const nargv[], const char *ostr) ;

#endif