gps-sdr-sim/player/plutoplayer_win/getopt.h
2022-08-21 15:30:46 +09:00

10 lines
148 B
C

#ifndef GETOPT_H
#define GETOPT_H
extern char *optarg;
extern int optind;
int getopt(int nargc, char * const nargv[], const char *ostr) ;
#endif