mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +00:00
feat(big): add SBigFromStr
This commit is contained in:
parent
fac094793a
commit
896c3c0414
5 changed files with 42 additions and 0 deletions
|
|
@ -25,6 +25,8 @@ uint32_t ExtractLowPartSx(uint64_t& value);
|
|||
|
||||
void FromBinary(BigBuffer& buffer, const void* value, uint32_t bytes);
|
||||
|
||||
void FromStr(BigBuffer& buffer, const char* str);
|
||||
|
||||
void FromUnsigned(BigBuffer& buffer, uint32_t value);
|
||||
|
||||
uint32_t HighBitPos(const BigBuffer& buffer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue