Decodes ASCII character c to string s and comments some characters with special meaning, like TAB, CR or LF. Returns length of decoded string or 0 on error.
int Decodecharacter(char *s,uint c);
Parameters:
s - pointer to buffer of length at least TEXTLEN bytes where Decodecharacter places decoded string;
c - character to decode.