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)NAMEstralloc_chop - remove and return last charSYNTAX#include <stralloc.h> int stralloc_chop(stralloc* sa);DESCRIPTIONstralloc_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 VALUEchopped character, or -1 if string was empty.SEE ALSOstralloc_chomp(3) stralloc_chop(3)
| Related Man Pages | 
|---|
| stralloc(3) - debian | 
| strspn(3) - ultrix | 
| string(3) - v7 | 
| rindex(3) - ultrix | 
| strcpy(3) - ultrix | 
| Similar Topics in the Unix Linux Community | 
|---|
| Detecting unused variables... | 
| Weird 'find' results | 
| New UNIX and Linux History Sections | 
| My first PERL incarnation... Audio Oscillograph |