waf

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

lib.c (90B)


      1 #include "lib.h"
      2 #include <stdio.h>
      3 
      4 
      5 void hello(void)
      6 {
      7   printf("Hello, C-world!\n");
      8 }