buffer_putnlflush(3) Library Functions Manual buffer_putnlflush(3)NAMEbuffer_putnlflush - write ' ' to buffer and flushSYNTAX#include <buffer.h> int buffer_putnlflush(buffer* b);DESCRIPTIONbuffer_putnlflush writes a single ASCII new-line character (' ') to b and calls buffer_flush(b).RETURN VALUE0 if everything is fine, -1 on error (setting errno).SEE ALSObuffer_puts(3), buffer_put(3), buffer_flush(3), buffer(3) buffer_putnlflush(3)
| Related Man Pages |
|---|
| buffer_get_token_sa(3) - debian |
| buffer_get_token_sa_pred(3) - debian |
| ldns_buffer_read_u16_at(3) - debian |
| ldns_buffer_read_u16(3) - debian |
| ldns_buffer_write_at(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |