Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

format Struct Reference


Data Fields

int minus
int zero
long min_width
int has_prec
long prec
long type

Field Documentation

int format::has_prec
 

Definition at line 2145 of file octstr.c.

Referenced by convert(), and format_prec().

long format::min_width
 

Definition at line 2143 of file octstr.c.

Referenced by convert(), and format_width().

int format::minus
 

Definition at line 2140 of file octstr.c.

Referenced by convert(), and format_flags().

long format::prec
 

Definition at line 2146 of file octstr.c.

Referenced by convert(), and format_prec().

long format::type
 

Definition at line 2148 of file octstr.c.

Referenced by convert(), and format_type().

int format::zero
 

Definition at line 2141 of file octstr.c.

Referenced by convert(), and format_flags().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.