forked from github/server
5 lines
95 B
C
5 lines
95 B
C
|
|
||
|
#include <stddef.h>
|
||
|
|
||
|
char * path_join(const char *p1, const char *p2, char *dst, size_t len);
|