mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
chore(big): run SBig tests against storm.dll
This commit is contained in:
parent
263f7e9041
commit
4472ac250b
4 changed files with 37 additions and 45 deletions
|
|
@ -6,7 +6,6 @@ int32_t STORMAPI StormDestroy() { return 0; }
|
|||
|
||||
void STORMAPI SBigAdd(BigData*, BigData*, BigData*) {}
|
||||
void STORMAPI SBigAnd(BigData*, BigData*, BigData*) {}
|
||||
void STORMAPI SBigBitLen(BigData*, uint32_t*) {}
|
||||
int32_t STORMAPI SBigCompare(BigData*, BigData*) { return 0; }
|
||||
void STORMAPI SBigCopy(BigData*, BigData*) {}
|
||||
void STORMAPI SBigDec(BigData*, BigData*) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue