buffer_putsaflush(3) Library Functions Manual buffer_putsaflush(3)NAMEbuffer_putsa - write stralloc to buffer and flushSYNTAX#include <stralloc.h> #include <buffer.h> int buffer_putsaflush(buffer* b,const char* x);DESCRIPTIONbuffer_putsaflush is equivalent to buffer_putflush(b,x.sa,x.len).RETURN VALUE0 if everything is fine, -1 on error (setting errno).SEE ALSObuffer_puts(3), buffer_flush(3), buffer(3) buffer_putsaflush(3)
| Related Man Pages |
|---|
| buf_mem_free(3) - redhat |
| buffer_get(3) - debian |
| buffer_get_token_sa(3) - debian |
| roar_stream_add_data(3) - debian |
| stralloc(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |