1STRIM(9)                   Basic C Library Functions                  STRIM(9)
2
3
4

NAME

6       strim - Removes leading and trailing whitespace from s.
7

SYNOPSIS

9       char * strim(char * s);
10

ARGUMENTS

12       s
13           The string to be stripped.
14

DESCRIPTION

16       Note that the first trailing whitespace is replaced with a
17       NUL-terminator in the given string s. Returns a pointer to the first
18       non-whitespace character in s.
19
21Kernel Hackers Manual 3.10         June 2019                          STRIM(9)
Impressum