COHERENT help

This page displays the COHERENT help information for getopt.

Listing of available help pages


getopt() -- Get option letter from argv

#include <unistd.h>
int getopt(argc, argv, optstring)
int argc;
char **argv;
char *optstring;
extern char *optarg;
extern int optind;