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 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 when no longer used.
|