Main Page   Class Hierarchy   Data Structures   File List   Data Fields   Globals  

pgetopt.C File Reference

#include "stdinc.h"

Go to the source code of this file.

Defines

#define VERSION_OPTION_A   "-version"
#define VERSION_OPTION_B   "--version"
#define N_POP_ARG   16

Functions

int pgetopt (int argc, char **argv, char *optstr)

Variables

char* poptarg
char* poparr [N_POP_ARG]


Define Documentation

#define N_POP_ARG   16
 

Definition at line 53 of file pgetopt.C.

#define VERSION_OPTION_A   "-version"
 

Definition at line 43 of file pgetopt.C.

#define VERSION_OPTION_B   "--version"
 

Definition at line 44 of file pgetopt.C.


Function Documentation

int pgetopt ( int argc,
char ** argv,
char * optstr )
 

Definition at line 95 of file pgetopt.C.

Referenced by TRUE(), c_pgetopt(), kira_initialize(), main(), parse_scale_main(), parse_sys_stats_main(), and print_fitted_king_model().


Variable Documentation

char* poparr[N_POP_ARG]
 

Definition at line 55 of file pgetopt.C.

char* poptarg
 

Definition at line 46 of file pgetopt.C.


Generated at Sun Feb 24 09:57:29 2002 for STARLAB by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001