int textlen(char *s) {return (int)(prtrim(s) - pltrimf(s) + 1);}
Char *prtrim2(Char *s) {*(prtrim(s) + 1) = '\0'; return s;}