moved the xma mmgr to std.c with the new function hawk_init_xma_mmgr() and hawk_fini_xma_mmgr()
This commit is contained in:
@ -13,12 +13,15 @@ int main ()
|
||||
{
|
||||
hawk_json_t* json;
|
||||
hawk_json_prim_t prim;
|
||||
/* const hawk_ooch_t* TODO */
|
||||
|
||||
no_plan();
|
||||
prim.instcb = on_json_element;
|
||||
|
||||
json = hawk_json_openstd(0, &prim, HAWK_NULL);
|
||||
OK (json != HAWK_NULL, "instantiation must be successful");
|
||||
|
||||
/* hawk_json_feed(json, "{\"hello\": \"world\"}", & TODO */
|
||||
|
||||
hawk_json_close(json);
|
||||
return exit_status();
|
||||
|
Reference in New Issue
Block a user