VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_getopt.h File Reference

Go to the source code of this file.

Data Structures

struct  vlc_getopt_s
 
struct  vlc_option
 

Typedefs

typedef struct vlc_getopt_s vlc_getopt_t
 

Functions

int vlc_getopt_long (int argc, char *const *argv, const char *shortopts, const struct vlc_option *longopts, int *longind, vlc_getopt_t *restrict state)
 

Typedef Documentation

◆ vlc_getopt_t

typedef struct vlc_getopt_s vlc_getopt_t

Function Documentation

◆ vlc_getopt_long()

int vlc_getopt_long ( int  argc,
char *const *  argv,
const char *  shortopts,
const struct vlc_option longopts,
int *  longind,
vlc_getopt_t *restrict  state 
)
extern