stralloc_chomp(3) debian man page | unix.com

Man Page: stralloc_chomp

Operating Environment: debian

Section: 3

stralloc_chomp(3)					     Library Functions Manual						 stralloc_chomp(3)

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) stralloc_chomp(3)
Related Man Pages
buffer_get_token_sa(3) - debian
advfs_rmfset(3) - osf1
dh_clean(1) - centos
dh_clean(1) - xfree86
dh_clean(1) - v7
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com