waf
FORK: waf with some random patches
git clone
https://git.neptards.moe/neptards/waf.git
Log
|
Files
|
Refs
|
README
main.c (60B)
1
#include "mock_module.h"
2
3
int main(void)
4
{
5
return 0;
6
}
7