logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

buffer_putsflush - write ASCIIZ string to buffer and flush

Description

       buffer_putsflush  is  like buffer_putflush with len determined as the number of bytes before the first \0
       in x.

Name

       buffer_putsflush - write ASCIIZ string to buffer and flush

See Also

buffer_put(3), buffer_flush(3), buffer(3)

                                                                                             buffer_putsflush(3)

Syntax

#include<libowfat/buffer.h>

       int buffer_putsflush(buffer* b,const char* x);

See Also