Rechercher une page de manuel
strstrip
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre