Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

getopt1.c File Reference

#include "getopt.h"
#include <stdio.h>

Go to the source code of this file.

Defines

#define NULL   0

Functions

char * getenv ()
int getopt_long (argc, argv, options, long_options, opt_index) int argc

Variables

char *const * argv
const char * options
const struct option * long_options
int * opt_index


Define Documentation

#define NULL   0
 

Definition at line 55 of file getopt1.c.

Referenced by rwil::RWIL::Function(), rwil::RWIL::GetDevice(), rwil::Thread::Join(), rwil::MessageList::MessageList(), rwil::Mutex::Mutex(), and rwil::Thread::Start().


Function Documentation

char* getenv  
 

int getopt_long argc   ,
argv   ,
options   ,
long_options   ,
opt_index   
 


Variable Documentation

char* const* argv
 

Definition at line 76 of file getopt1.c.

const struct option * long_options
 

Definition at line 78 of file getopt1.c.

int * opt_index
 

Definition at line 79 of file getopt1.c.

const char * options
 

Definition at line 77 of file getopt1.c.


Generated on Tue Apr 9 13:53:08 2002 for RWIL - Real World Interface Library by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001