waf

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

diff.h (107B)


      1 /*
      2    Export internal vars
      3    */
      4 
      5 #ifndef _DIFF_H
      6 #define _DIFF_H
      7 
      8 void diff(int j);
      9 
     10 #endif /* _DIFF_H */