skalibs

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

genwrite_flush_bufalloc.c (174B)


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