summaryrefslogtreecommitdiff
path: root/src/libstddjb/bufalloc_getlen.c
blob: 600e2ab4839e57b95540312e39f8baa1b289894c (plain)
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) ;
}