HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Data structure for character buffer with limits. More...
#include <mathio.h>
Data Fields | |
char * | str |
int | ind |
base of string to write to More... | |
int | max |
current string index More... | |
int p_ch_t::ind |
base of string to write to
Definition at line 110 of file mathio.h.
Referenced by pch(), pch_ind(), and pch_init().
int p_ch_t::max |
current string index
Definition at line 111 of file mathio.h.
Referenced by pch(), pch_init(), and pch_max_ind().
char* p_ch_t::str |
Definition at line 109 of file mathio.h.
Referenced by pch(), and pch_init().