wip - implementing gensub
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-30 14:11:18 +09:00
parent 1036452736
commit 311e7e3580
6 changed files with 345 additions and 52 deletions

View File

@ -305,6 +305,15 @@ HAWK_EXPORT void hawk_fini_xma_mmgr (
hawk_mmgr_t* mmgr
);
HAWK_EXPORT int hawk_init_ama_mmgr (
hawk_mmgr_t* mmgr
);
HAWK_EXPORT void hawk_fini_ama_mmgr (
hawk_mmgr_t* mmgr
);
#if defined(__cplusplus)
}
#endif