debian man page for buffer_putsalign

Query: buffer_putsalign

OS: debian

Section: 3

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

buffer_putsalign(3)					     Library Functions Manual					       buffer_putsalign(3)

NAME
buffer_putsalign - write ASCIIZ string to buffer
SYNTAX
#include <buffer.h> int buffer_putsalign(buffer* b,const char* x);
DESCRIPTION
buffer_putsalign is like buffer_putalign with len determined as the number of bytes before the first in x.
RETURN VALUE
0 if everything is fine, -1 on error (setting errno).
SEE ALSO
buffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3) buffer_putsalign(3)
Related Man Pages
buf_mem_grow(3) - redhat
buf_mem_free(3) - centos
buf_mem_new(3) - centos
buf_strdup(3) - centos
buffer(3) - opendarwin
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?