1 2 3 4 5 6 7 8
/* ISC license. */ #include <skalibs/bufalloc.h> size_t bufalloc_getlen (bufalloc const *ba) { return bufalloc_len(ba) ; }