waf
FORK: waf with some random patches
git clone
https://git.neptards.moe/neptards/waf.git
Log
|
Files
|
Refs
|
README
main.c (43B)
1
2
int foo();
3
4
int main() {
5
return foo();
6
}