Content deleted Content added
Cyberbot II (talk | contribs) Rescuing 1 sources, flagging 0 as dead, and archiving 8 sources. #IABot |
No edit summary |
||
Line 149:
void rtrim(char *str)
{
while (
if (!isspace(*s)) break;
}
}
|