waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

a.c (105B)


      1 #include "stdio.h"
      2 #include <zlib.h>
      3 #include "a.h"
      4 
      5 void a() {
      6 	gzFile f = gzopen("test.gz", "wb9");
      7 }
      8