Site Search
Library
linux docs
linux man pages
Toys
world sunlight
moon phase
stralloc_chomp(3) - Linux man page
Name
stralloc_chomp - remove trailing CR, LF or CRLF
Syntax
#include <stralloc.h>
int
stralloc_chomp
(stralloc*
sa
);
Description
stralloc_chomp removes trailing CRLF, CR or LF from
sa
and returns the number of removed characters (i.e. 0, 1 or 2).
Return Value
number of removed characters (0, 1, or 2).
See Also
stralloc_chop
(3)