debian man page for stralloc_chomp

Query: stralloc_chomp

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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_new_token_sa_pred(3) - debian
dh_clean(1) - netbsd
dh_clean(1) - freebsd
dh_clean(1) - hpux
dh_clean(1) - mojave
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
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)?