* added StrHelper::fromHex()
This commit is contained in:
@@ -13,4 +13,5 @@ public:
|
||||
static void strzcpy(char* dest, const char* src, size_t buf_sz); // pads with trailing nulls
|
||||
static const char* ftoa(float f);
|
||||
static bool isBlank(const char* str);
|
||||
static uint32_t fromHex(const char* src);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user