waf

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

main.c (95B)


      1 #include "a.h"
      2 #include "b.h"
      3 #include "config.h"
      4 
      5 #include "abc.h"
      6 
      7 int main() {
      8 	return 0;
      9 }