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

#include <skalibs/genwrite.h>

int genwrite_flush_stralloc (void *target)
{
  (void)target ;
  return 1 ;
}