waf

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

sum.c (157B)


      1 
      2 #include <stdio.h>
      3 
      4 #include "sum.h"
      5 
      6 #include "external_vars.h"
      7 
      8 void sum(int j) {
      9     printf("Adding %d...\n", j);
     10     // Add our new value
     11     k += j;
     12 }