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