server/src/util/path.h

5 lines
95 B
C
Raw Normal View History

2017-12-29 11:44:14 +01:00
#include <stddef.h>
char * path_join(const char *p1, const char *p2, char *dst, size_t len);