/* ISC license. */ #include #include size_t bufalloc_getlen (bufalloc const *ba) { return bufalloc_len(ba) ; }