This commit is contained in:
2023-03-01 12:13:40 +06:00
parent 5391862d02
commit c528da857f
3 changed files with 15 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ static const char path_notSep='\\';
#endif
char* __path_concat(u16 n, ...);
/// @brief merges path parts together and places <path_sep> between them
/// @brief merges path parts together and puts <path_sep> between them
/// @return new cstr
#define path_concat(PATH_PARTS...) __path_concat(count_args(PATH_PARTS), PATH_PARTS)