1#ifndef MP4V2_PLATFORM_PROG_OPTION_H
2#define MP4V2_PLATFORM_PROG_OPTION_H
22namespace mp4v2 {
namespace platform {
namespace prog {
26MP4V2_EXPORT
extern const char*
optarg;
33MP4V2_EXPORT
extern int optind;
39MP4V2_EXPORT
extern int optopt;
42MP4V2_EXPORT
extern int opterr;
134int getOption(
int argc,
char*
const* argv,
const char* optstr,
const Option* longopts,
int* idx );