Type definitions and Exports

CalcModel

typedef enum { CALC_NONE = 0, CALC_TI73, CALC_TI82, CALC_TI83, CALC_TI83P, CALC_TI84P, CALC_TI85, CALC_TI86, CALC_TI89, CALC_TI89T, CALC_TI92, CALC_TI92P, CALC_V200, CALC_TI84P_USB, CALC_TI89T_USB, CALC_NSPIRE, CALC_MAX } CalcModel;

An enumeration which contains several calculator models.

ticonv_iconv_t

typedef struct

A structure which is an identifier for conversion method from one codeset to another. Exported if ICONV_INTERFACE is enabled.

src_calc: :
(null)
iconv_desc: :
(null)
dest_calc: :
(null)
lossy_count: :
(null)
lookahead_result: :
(null)
lookahead_errno: :
(null)
lookahead: :
(null)

Return to the main index