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

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...
 

Detailed Description

Data structure for character buffer with limits.

Definition at line 107 of file mathio.h.

Field Documentation

◆ ind

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().

◆ max

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().

◆ str

char* p_ch_t::str

Definition at line 109 of file mathio.h.

Referenced by pch(), and pch_init().


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