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