waf
FORK: waf with some random patches
git clone
https://git.neptards.moe/neptards/waf.git
Log
|
Files
|
Refs
|
README
lib.c (60B)
1
#include "lib.h"
2
3
int calc(int a, int b)
4
{
5
return a+b;
6
}