Types / Strings conversions

ticalcs_model_to_string

TIEXPORT3 const char *TICALL ticalcs_model_to_string(CalcModel model)

Do an integer to string conversion.

model :
a calculator model.
Return value :
a string like "TI92+".

ticalcs_string_to_model

TIEXPORT3 CalcModel TICALL ticalcs_string_to_model(const char *str)

Do a string to integer conversion.

str :
a calculator model as string like "TI92".
Return value :
a calculator model.

Return to the main index