fs_assert_join_path
-
size_t fs_assert_join_path(char (*buf)[LIBFS_MAX_PATH], const char *left, const char *right)
Asserts that fs_join_path doesn’t fail.
- Parameters
buf – [out] Buffer for storing the result path
left – [in] Left part null-terminated path
right – [in] Right part null-terminated path
- Returns
The number of bytes written to buf.