4 lines
94 B
C
4 lines
94 B
C
#pragma once
|
|
|
|
void u_rel_path_to_abs(const char *cur_path, const char *path, char *new_path);
|