waf

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

a.c (90B)


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