Ninja
Public Attributes | List of all members
GETOPT_LONG_OPTION_T Struct Reference

#include <getopt.h>

Public Attributes

int * flag
 
int has_arg
 
const char * name
 
int val
 

Detailed Description

Definition at line 14 of file getopt.h.

Member Data Documentation

◆ flag

int* GETOPT_LONG_OPTION_T::flag

Definition at line 18 of file getopt.h.

◆ has_arg

int GETOPT_LONG_OPTION_T::has_arg

Definition at line 17 of file getopt.h.

◆ name

const char* GETOPT_LONG_OPTION_T::name

Definition at line 16 of file getopt.h.

◆ val

int GETOPT_LONG_OPTION_T::val

Definition at line 24 of file getopt.h.


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