#include <stdio.h>
#include <string.h>
#include "XGetopt.h"
Include dependency graph for XGetopt.c:
Go to the source code of this file.
Functions | |
int | getopt (int argc, char *argv[], char *optstring) |
Variables | |
char * | optarg |
int | optind = 0 |
|
Definition at line 138 of file XGetopt.c. References optarg, and optind. Referenced by main(). |
|
|
|
|