stralloc_chomp
remove trailing CR, LF or CRLF
- Provided by: libowfat-dev (Version: 0.32-4.1build1)
- Source: libowfat
- Report a bug
remove trailing CR, LF or CRLF
#include <libowfat/stralloc.h>
int stralloc_chomp(stralloc* sa);
stralloc_chomp removes trailing CRLF, CR or LF from sa and returns the number of removed characters (i.e. 0, 1 or 2).
number of removed characters (0, 1, or 2).