HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
undefine any potential macro version of these functions More...
#include <mathio.h>
Data Fields | |
void(* | put )(struct _printf_t *, char) |
void * | buffer |
int | len |
int | sent |
undefine any potential macro version of these functions
We let printf use user defined I/O functions
void* _printf_t::buffer |
Definition at line 83 of file mathio.h.
Referenced by _fprintf_putc(), _putc_buffer_fn(), fprintf(), and vsnprintf().
int _printf_t::len |
Definition at line 84 of file mathio.h.
Referenced by _putc_buffer_fn(), reverse(), snprintf(), strlen(), and vsnprintf().
void(* _printf_t::put) (struct _printf_t *, char) |
Definition at line 82 of file mathio.h.
Referenced by _printf_fn(), _puts_pad(), fprintf(), and vsnprintf().
int _printf_t::sent |
Definition at line 85 of file mathio.h.
Referenced by _fprintf_putc(), _putc_buffer_fn(), fprintf(), and vsnprintf().