This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8229047c3b9d33509cd8849316a8758229683782
wren
/
test
/
unit
/
main.c
T
10 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Add a minimal path manipulation C module.
2018-03-24 10:52:16 -07:00
#include
"path_test.h"
#include
"test.h"
int
main
()
{
testPath
();
return
showTestResults
();
}
Reference in New Issue
Copy Permalink