#include "getopt.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Functions | |
int | getopt (int argc, char *argv[], const char *optionS) |
Variables | |
static char * | letP = NULL |
static char | SW = '-' |
int | optind = 1 |
char * | optarg |
int | opterr = 1 |
int getopt | ( | int | argc, | |
char * | argv[], | |||
const char * | optionS | |||
) |