![]() |
Generic detokenization support
|
TIEXPORT4 char* TICALL ticonv_varname_detokenize(CalcModel model, const char *src, unsigned char type) |
model : |
hand-held model
|
src : |
binary string to detokenize
|
Return value : |
a newly allocated string. Must be freed using ticonv_varname_free() when no longer used.
|
TIEXPORT4 char* TICALL ticonv_varname_tokenize(CalcModel model, const char *src_, unsigned char type) |
model : |
hand-held model
|
src : |
binary string to tokenize
|
Return value : |
a newly allocated string. Must be freed using ticonv_varname_free() when no longer used.
|
g_free(varname); |
varname : |
previously allocated varname string to be freed.
|
Return value : |