ekg2
 All Struktury Danych Pliki Funkcje Zmienne Definicje typów Wyliczenia Wartości wyliczeń Definicje Grupay Strony
Definicje | Funkcje
Dokumentacja pliku getopt1.c
#include "getopt.h"
#include <stdio.h>

Definicje

#define const
 
#define GETOPT_INTERFACE_VERSION   2
 
#define NULL   0
 

Funkcje

int getopt_long (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index)
 
int getopt_long_only (int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index)
 

Dokumentacja definicji

#define const
#define GETOPT_INTERFACE_VERSION   2
#define NULL   0

Dokumentacja funkcji

int getopt_long ( int  argc,
char *const argv,
const char *  options,
const struct option long_options,
int *  opt_index 
)
int getopt_long_only ( int  argc,
char *const argv,
const char *  options,
const struct option long_options,
int *  opt_index 
)