FFmpeg
Functions | Variables
getopt.c File Reference
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Functions

static int getopt (int argc, char *argv[], char *opts)
 

Variables

static int opterr = 1
 
static int optind = 1
 
static int optopt
 
static char * optarg
 

Function Documentation

◆ getopt()

static int getopt ( int  argc,
char *  argv[],
char *  opts 
)
static

Definition at line 41 of file getopt.c.

Referenced by main().

Variable Documentation

◆ opterr

int opterr = 1
static

Definition at line 36 of file getopt.c.

◆ optind

int optind = 1
static

Definition at line 37 of file getopt.c.

Referenced by getopt(), and main().

◆ optopt

int optopt
static

Definition at line 38 of file getopt.c.

Referenced by getopt().

◆ optarg

char* optarg
static

Definition at line 39 of file getopt.c.

Referenced by getopt(), and main().