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