|
NAMEbuffer_putsalign - write ASCIIZ string to bufferSYNTAX#include <libowfat/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 \0 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) Visit the GSP FreeBSD Man Page Interface. |