Move fromhexstr() to str_util

This commit is contained in:
Vitaliy Filippov
2026-04-04 19:01:49 +03:00
parent b2bcf2734c
commit 6d22ab77ec
6 changed files with 23 additions and 26 deletions
+1
View File
@@ -35,5 +35,6 @@ std::string realpath_str(std::string path, bool nofail = true);
std::string format_datetime(uint64_t unixtime);
bool is_zero(void *buf, size_t size);
std::string urldecode(const std::string & orig);
size_t fromhexstr(const std::string & from, size_t bytes, uint8_t *to);
#pragma GCC visibility pop