removed hawk-std.h and merged the text to hawk.h
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-03 00:21:18 +09:00
parent 83caa10c59
commit 531de73535
20 changed files with 330 additions and 380 deletions

View File

@ -63,7 +63,6 @@ void Sed::setCmgr (hawk_cmgr_t* cmgr)
int Sed::open ()
{
// TODO: create this->errinf just like the Hawk class.
this->sed = hawk_sed_open(this->getMmgr(), HAWK_SIZEOF(xtn_t), this->getCmgr(), &this->errinf);
if (HAWK_UNLIKELY(!this->sed)) return -1;