summaryrefslogtreecommitdiff
path: root/src/libstddjb/buffer_getlen.c
blob: 73289a718fc5b7066b5318fce3192e4369d801ab (plain)
1
2
3
4
5
6
7
8
/* ISC license. */

#include <skalibs/buffer.h>

unsigned int buffer_getlen (buffer const *b)
{
  return buffer_len(b) ;
}