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