|
HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
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 |
| unsigned short f_t::all |
Definition at line 102 of file mathio.h.
Referenced by _printf_fn().
| unsigned short f_t::alt |
Definition at line 100 of file mathio.h.
Referenced by _printf_fn(), and print_flags().
| struct { ... } f_t::b |
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::left |
Definition at line 96 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::neg |
Definition at line 99 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::plus |
Definition at line 95 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::prec |
Definition at line 94 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::space |
Definition at line 97 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::width |
Definition at line 93 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
| unsigned short f_t::zero |
Definition at line 98 of file mathio.h.
Referenced by _printf_fn(), p_ntoa(), and print_flags().
1.8.17