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