![]() |
![]()
| ![]() |
![]()
NAMEstrrtrim - remove trailing whitespace SYNOPSIS#include <publib.h> char *strrtrim(char *s); DESCRIPTIONstrrtrim removes all trailing whitespace characters from the end of a string. As whitespace is counted everything for which isspace(3) returns true. RETURN VALUEstrltrim returns its argument. EXAMPLETo remove whitespace from the end of all lines, you might do the following:
SEE ALSOpublib(3), strtrim(3), strltrim(3), isspace(3) AUTHORLars Wirzenius (lars.wirzenius@helsinki.fi)
|