Poster of Linux kernel
The best gift for a Linux geek
Linux kernel map in printable PDF
for $4 or €3
firestring_trim
firestring_trim
Section: C Library Functions (3)
Updated: 2003-07-30
Local index
Up
NAME
firestring_trim - trim excess whitespace from the start and end of a string
SYNOPSIS
#include <
firestring.h
>
-lfirestring
char *firestring_trim(char *
s
)
DESCRIPTION
firestring_trim() removes any whitespace at the beginning and end of the string
s.
A new pointer to the string (as the start may have moved) is returned
RETURN VALUE
A pointer inside
s
to the new start of the string.
AUTHOR
Ian Gulliver <
ian@penguinhosting.net
>
SEE ALSO
libfirestring
(3)
Index
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
AUTHOR
SEE ALSO
This document was created by
man2html
, using the manual pages.
Time: 21:46:13 GMT, April 16, 2011