/* ISC license. */ #include #include int buffer_putsflush (buffer *b, char const *s) { return buffer_putflush(b, s, str_len(s)) ; }