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