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) ; }