waf

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

test.c (96B)


      1 #include <stdio.h>
      2 #include "b.h"
      3 
      4 int main()
      5 {
      6     printf("b=%d\n", b());
      7     
      8     return 0;
      9 }