centos man page for strim

Query: strim

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

STRIM(9)						     Basic C Library Functions							  STRIM(9)

NAME
strim - Removes leading and trailing whitespace from s.
SYNOPSIS
char * strim(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
Kernel Hackers Manual 3.10 June 2014 STRIM(9)
Related Man Pages
regexp::common::whitespace(3) - mojave
ctype_space(3) - php
php_strip_whitespace(3) - php
regexp::common::whitespace5.18(3) - mojave
text::trim(3pm) - debian
Similar Topics in the Unix Linux Community
Crontab not processing parameters sent to script.