buffer_putsalign(3) Library Functions Manual buffer_putsalign(3)NAMEbuffer_putsalign - write ASCIIZ string to bufferSYNTAX#include <buffer.h> int buffer_putsalign(buffer* b,const char* x);DESCRIPTIONbuffer_putsalign is like buffer_putalign with len determined as the number of bytes before the first in x.RETURN VALUE0 if everything is fine, -1 on error (setting errno).SEE ALSObuffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3) buffer_putsalign(3)
| Related Man Pages |
|---|
| buf_strdup(3) - redhat |
| buffer_get_token_sa(3) - debian |
| buf_mem_free(3) - centos |
| buffer(3) - opendarwin |
| buf_mem_free(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Introduction |
| How to copy a column of multiple files and paste into new excel file (next to column)? |