Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
stralloc_chomp(3)	    Library Functions Manual	       stralloc_chomp(3)

NAME
     stralloc_chomp - remove trailing CR, LF or CRLF

SYNTAX
     #include <libowfat/stralloc.h>

     int stralloc_chomp(stralloc* sa);

DESCRIPTION
     stralloc_chomp removes trailing CRLF, CR or LF from sa and returns the num-
     ber 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)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_stralloc_chomp&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help