add hcl_attachiostd().
moved the default io handler from bin/main.c to lib/std.c
This commit is contained in:
@ -639,9 +639,8 @@ struct hcl_frd_t
|
||||
|
||||
struct hcl_compiler_t
|
||||
{
|
||||
/* output handler */
|
||||
hcl_ioimpl_t printer;
|
||||
hcl_iooutarg_t outarg;
|
||||
/* callback pointer registerd upon compiler creation */
|
||||
hcl_cb_t* cbp;
|
||||
|
||||
/* input handler */
|
||||
hcl_ioimpl_t reader;
|
||||
|
Reference in New Issue
Block a user