HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
f_t Union Reference

format specifier flags More...

#include <mathio.h>

Data Fields

struct {
   unsigned short   width: 1
 
   unsigned short   prec: 1
 
   unsigned short   plus: 1
 
   unsigned short   left: 1
 
   unsigned short   space: 1
 
   unsigned short   zero: 1
 
   unsigned short   neg: 1
 
   unsigned short   alt: 1
 
b
 
unsigned short all
 

Detailed Description

format specifier flags

Definition at line 89 of file mathio.h.

Field Documentation

◆ all

unsigned short f_t::all

Definition at line 102 of file mathio.h.

Referenced by _printf_fn().

◆ alt

unsigned short f_t::alt

Definition at line 100 of file mathio.h.

Referenced by _printf_fn(), and print_flags().

◆ b

struct { ... } f_t::b

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ left

unsigned short f_t::left

Definition at line 96 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ neg

unsigned short f_t::neg

Definition at line 99 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ plus

unsigned short f_t::plus

Definition at line 95 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ prec

unsigned short f_t::prec

Definition at line 94 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ space

unsigned short f_t::space

Definition at line 97 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ width

unsigned short f_t::width

Definition at line 93 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().

◆ zero

unsigned short f_t::zero

Definition at line 98 of file mathio.h.

Referenced by _printf_fn(), p_ntoa(), and print_flags().


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