stralloc_chomp(3) Library Functions Manual stralloc_chomp(3)NAMEstralloc_chomp - remove trailing CR, LF or CRLFSYNTAX#include <stralloc.h> int stralloc_chomp(stralloc* sa);DESCRIPTIONstralloc_chomp removes trailing CRLF, CR or LF from sa and returns the number of removed characters (i.e. 0, 1 or 2).RETURN VALUEnumber of removed characters (0, 1, or 2).SEE ALSOstralloc_chop(3) stralloc_chomp(3)
| Related Man Pages |
|---|
| buffer_get_token_sa(3) - debian |
| buffer_get_new_token_sa_pred(3) - debian |
| perlio::eol(3) - mojave |
| dh_clean(1) - freebsd |
| dh_clean(1) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |