firestring_chomp(3) debian man page | unix.com

Man Page: firestring_chomp

Operating Environment: debian

Section: 3

firestring_chomp(3)					     Library Functions Manual					       firestring_chomp(3)

NAME
firestring_chomp - trim excess whitespace from the end of a string
SYNOPSIS
#include <firestring.h> -lfirestring char *firestring_chomp(char *s)
DESCRIPTION
firestring_chomp() removes any whitespace at the end of the string s. The string is modified in place and returned as well.
RETURN VALUE
s after having been modified.
AUTHOR
Ian Gulliver <ian@penguinhosting.net>
SEE ALSO
libfirestring(3) 2002-03-31 firestring_chomp(3)
Related Man Pages
formmailtest(1) - debian
ns_nextword(3aolserv) - debian
firestring_estr_chug(3) - debian
strltrim(3pub) - debian
trim(n) - osx
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?