working on the block expression compilation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-11-10 00:03:03 +09:00
parent 9110a083eb
commit 5a28ab3749
36 changed files with 1108 additions and 1044 deletions

View File

@ -35,7 +35,7 @@ typedef hcl_oow_t hcl_tmr_index_t;
typedef void (*hcl_tmr_handler_t) (
hcl_tmr_t* tmr,
const hcl_ntime_t* now,
const hcl_ntime_t* now,
hcl_tmr_event_t* evt
);
@ -72,7 +72,7 @@ extern "C" {
#endif
HCL_EXPORT hcl_tmr_t* hcl_tmr_open (
hcl_t* mmgr,
hcl_t* mmgr,
hcl_oow_t xtnsize,
hcl_oow_t capa
);
@ -82,7 +82,7 @@ HCL_EXPORT void hcl_tmr_close (
);
HCL_EXPORT int hcl_tmr_init (
hcl_tmr_t* tmr,
hcl_tmr_t* tmr,
hcl_t* mmgr,
hcl_oow_t capa
);