conv_strproc_isspace
extern int conv_strproc_isspace(int);
while (conv_strproc_isspace(*str))
while ((tail > str) && conv_strproc_isspace(*(tail - 1)))
while (conv_strproc_isspace(*str))
while (conv_strproc_isspace(*str))
while (conv_strproc_isspace(*str))
while ((tail > str) && conv_strproc_isspace(*(tail - 1)))
while (conv_strproc_isspace(*s2))