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