logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

stralloc_chomp - remove trailing CR, LF or CRLF

Description

       stralloc_chomp removes trailing CRLF, CR or LF from sa and returns the number of removed characters (i.e.
       0, 1 or 2).

Name

       stralloc_chomp - remove trailing CR, LF or CRLF

Return Value

       number of removed characters (0, 1, or 2).

See Also

stralloc_chop(3)

                                                                                               stralloc_chomp(3)

Syntax

#include<libowfat/stralloc.h>

       int stralloc_chomp(stralloc* sa);

See Also