waf

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

main.c (59B)


      1 #include <foo.h>
      2 
      3 int main()
      4 {
      5 	foo();
      6 	return 0;
      7 }