Add uc_strv_reverse

This commit is contained in:
Nils O. Selåsdal
2015-12-10 19:13:16 +01:00
parent 9b70b64729
commit db78689015
3 changed files with 55 additions and 0 deletions
+5
View File
@@ -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