#include <stdio.h>
#include <string.h>
#include "ni_getopt_logan.h"
Go to the source code of this file.
|
int | getopt (int argc, char *argv[], const char *optstring) |
|
int | getopt_long (int argc, char *argv[], const char *optstring, const struct option *longopts, int *longindex) |
|
◆ getopt()
int getopt |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const char * |
optstring |
|
) |
| |
◆ getopt_long()
int getopt_long |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
const char * |
optstring, |
|
|
const struct option * |
longopts, |
|
|
int * |
longindex |
|
) |
| |
◆ optarg
◆ opterr
◆ optind
◆ optopt