nameof
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user