Work in progress

Refactoring cstr_copy and adding test
This commit is contained in:
Michael Tryby
2019-04-16 15:51:19 -04:00
parent ac56971ef2
commit 02ec735c58
4 changed files with 31 additions and 12 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ extern "C" {
#endif
int cstr_copy(const char *source, char **destination);
int cstr_duplicate(char **dest, const char *source);
bool cstr_validate_id(const char *element_id);