![]() |
![]()
| ![]() |
![]()
NAMEbuffer_putsflush - write ASCIIZ string to buffer and flushSYNTAX#include <buffer.h> int buffer_putsflush(buffer* b,const char* x);DESCRIPTIONbuffer_putsflush is like buffer_putflush with len determined as the number of bytes before the first \0 in x.SEE ALSObuffer_put(3), buffer_flush(3), buffer(3)
|