debian man page for stralloc_chop

Query: stralloc_chop

OS: debian

Section: 3

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

stralloc_chop(3)					     Library Functions Manual						  stralloc_chop(3)

NAME
stralloc_chop - remove and return last char
SYNTAX
#include <stralloc.h> int stralloc_chop(stralloc* sa);
DESCRIPTION
stralloc_chop removes the last char in the stralloc (if it is empty, stralloc_chop does nothing and returns -1). This character is cast to unsigned char and returned.
RETURN VALUE
chopped character, or -1 if string was empty.
SEE ALSO
stralloc_chomp(3) stralloc_chop(3)
Related Man Pages
buffer_get_token_sa(3) - debian
buffer_get_new_token_sa_pred(3) - debian
stralloc(3) - debian
strspn(3) - ultrix
strchr(3) - ultrix
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
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)?