enhanced the feed_loop() in bin/main.c

This commit is contained in:
2022-07-29 14:41:00 +00:00
parent 6bcf266107
commit f3c3bfcf07
3 changed files with 21 additions and 73 deletions

View File

@ -2150,6 +2150,9 @@ HCL_EXPORT void hcl_abort (
# define hcl_switchprocess(hcl) ((hcl)->switch_proc = 1)
#endif
HCL_EXPORT hcl_ioinarg_t* hcl_getbaseioarg (
hcl_t* hcl
);
HCL_EXPORT int hcl_attachio (
hcl_t* hcl,