summaryrefslogtreecommitdiff
path: root/src/libstddjb/genwrite_flush_bufalloc.c
blob: 44832c7f0930b4d05b2b6b5b34604307ee33e53f (plain)
1
2
3
4
5
6
7
8
9
/* ISC license. */

#include <skalibs/bufalloc.h>
#include <skalibs/genwrite.h>

int genwrite_flush_bufalloc (void *target)
{
  return bufalloc_flush((bufalloc *)target) ;
}