include: update tc_common.h

This commit is contained in:
jussi 2019-10-18 13:24:48 +03:00
parent bd61cbe98c
commit 424bf63c60

View File

@ -38,6 +38,10 @@ typedef struct {
};
} tc_arg_t;
// Utility functions
// Allocate a string array on the heap
char **tc_str_arr_dup(int8_t str_count, char **const strings);
#ifdef __cplusplus
}
#endif