GnuCOBOL  2.0
A free COBOL compiler
longoption_def Struct Reference

#include <common.h>

Data Fields

char name [25]
 
char has_option
 
char return_value_pointer [sizeof(char *)]
 
char return_value [4]
 

Detailed Description

Definition at line 1361 of file common.h.

Field Documentation

char longoption_def::has_option

Definition at line 1363 of file common.h.

Referenced by cob_sys_getopt_long_long().

char longoption_def::name[25]

Definition at line 1362 of file common.h.

Referenced by cob_sys_getopt_long_long().

char longoption_def::return_value[4]

Definition at line 1365 of file common.h.

Referenced by cob_sys_getopt_long_long().

char longoption_def::return_value_pointer[sizeof(char *)]

Definition at line 1364 of file common.h.

Referenced by cob_sys_getopt_long_long().


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