skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

genwrite_flush_stralloc.c (128B)


      1 /* ISC license. */
      2 
      3 #include <skalibs/genwrite.h>
      4 
      5 int genwrite_flush_stralloc (void *target)
      6 {
      7   (void)target ;
      8   return 1 ;
      9 }