Initial commit
This commit is contained in:
commit
fdfefe7d55
31 changed files with 3242 additions and 0 deletions
9
test/unit_path.c
Normal file
9
test/unit_path.c
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <assert.h>
|
||||
|
||||
void unit_fmt_path() {
|
||||
|
||||
assert();
|
||||
}
|
||||
Reference in a new issue