GnuCOBOL  2.0
A free COBOL compiler
option Struct Reference

#include <cobgetopt.h>

Data Fields

const char * name
 
int has_arg
 
int * flag
 
int val
 

Detailed Description

Definition at line 80 of file cobgetopt.h.

Field Documentation

int* option::flag

Definition at line 86 of file cobgetopt.h.

Referenced by cob_getopt_long_long(), and cob_sys_getopt_long_long().

int option::has_arg

Definition at line 85 of file cobgetopt.h.

Referenced by cob_getopt_long_long(), and cob_sys_getopt_long_long().

const char* option::name

Definition at line 82 of file cobgetopt.h.

Referenced by cob_getopt_long_long(), and cob_sys_getopt_long_long().

int option::val

Definition at line 87 of file cobgetopt.h.

Referenced by cob_getopt_long_long(), and cob_sys_getopt_long_long().


The documentation for this struct was generated from the following file: