Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

getopt.h File Reference

getopt() implementation More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

int getopt (int argc, char **argv, char *opts)

Variables

int opterr
int optind
int optopt
char * optarg


Detailed Description

getopt() implementation

Author:
Kannel Team (http://www.kannel.org/)

Definition in file getopt.h.


Function Documentation

int getopt int    argc,
char **    argv,
char *    opts
 

Definition at line 25 of file attgetopt.c.

References ERR, NULL, optarg, optind, and optopt.

Referenced by main().


Variable Documentation

char* optarg
 

Definition at line 18 of file getopt.h.

Referenced by getopt().

int opterr
 

Definition at line 15 of file getopt.h.

int optind
 

Definition at line 16 of file getopt.h.

Referenced by getopt().

int optopt
 

Definition at line 17 of file getopt.h.

Referenced by getopt().


Generated on Mon Nov 24 20:09:43 2003 for WBXML Library by doxygen1.3-rc1