Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
getopt1.c File Reference
#include <config.h>
#include "getopt.h"
#include "getopt_int.h"
#include <stdio.h>

Macros

#define NULL   0
 

Functions

int getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index)
 
int _getopt_long_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d)
 
int getopt_long_only (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index)
 
int _getopt_long_only_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d)
 

Macro Definition Documentation

◆ NULL

#define NULL   0

Function Documentation

◆ _getopt_long_only_r()

int _getopt_long_only_r ( int argc,
char ** argv,
const char * options,
const struct option * long_options,
int * opt_index,
struct _getopt_data * d )

◆ _getopt_long_r()

int _getopt_long_r ( int argc,
char ** argv,
const char * options,
const struct option * long_options,
int * opt_index,
struct _getopt_data * d )

◆ getopt_long()

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

◆ getopt_long_only()

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