strstrip(9)

NAME

strstrip - Removes leading and trailing whitespace from s.

SYNOPSIS

char * strstrip(char * s);

ARGUMENTS

s
The string to be stripped.

DESCRIPTION

Note that the first trailing whitespace is replaced with a
NUL-terminator in the given string s. Returns a pointer to the first non-whitespace character in s.

COPYRIGHT

Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout