/* ISC license. */ #include #include int buffer_putsall (buffer *b, char const *s, unsigned int *w) { return buffer_putall(b, s, str_len(s), w) ; }