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