9 lines
105 B
C
9 lines
105 B
C
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <assert.h>
|
|
|
|
void unit_fmt_path() {
|
|
|
|
assert();
|
|
}
|