Add string duplication function (strdup)

This commit is contained in:
2025-11-08 11:02:01 +03:00
parent d559d3f66b
commit 44057e96f3
4 changed files with 36 additions and 0 deletions

View File

@@ -113,4 +113,7 @@ uint64_t BH_StringToInt64u(const char *string,
int base);
char *BH_StringDup(const char *string);
#endif /* BH_STRING_H */