waf

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

libex.c (92B)


      1 #include "libex.h"
      2 #include "lib.h"
      3 
      4 int calcex(int a, int b)
      5 {
      6     return calc(a, b) * 2;
      7 }