Add uc_strv_reverse
This commit is contained in:
@@ -101,6 +101,11 @@ void uc_strv_destroy(struct UCStrv *strv);
|
||||
*/
|
||||
int uc_strv_append_all(struct UCStrv *restrict a, struct UCStrv *restrict b, int copy);
|
||||
|
||||
/** Reverse the order of strings in a UCStrv
|
||||
*
|
||||
* @param strv strv to reverse.
|
||||
*/
|
||||
void uc_strv_reverse(struct UCStrv *strv);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user