VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
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

typedef struct vlc_getopt_s vlc_getopt_t

Function Documentation

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