waf

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

diff.c (170B)


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