→
←
index
Zix 0.4.2
»
2
Zix C API
»
2.6
File System
»
2.6.2
Paths
»
2.6.2.1
Concatenation
2.6.2.1
Concatenation
¶
char
*
zix_path_join
(
ZixAllocator
*
allocator
,
const
char
*
a
,
const
char
*
b
)
¶
Join path
a
and path
b
with a single directory separator between them.
→
←
index
Zix 0.4.2
»
2
Zix C API
»
2.6
File System
»
2.6.2
Paths
»
2.6.2.1
Concatenation