updated hak_open()/hak_openstd()/etc to accept the pointer to hak_errinf_t to convey an error message upon instantiation failure.
added hak_errbint_t and hak_erruinf_t and related functions enhanced the wchar_t detection for wide_char yes:4w
This commit is contained in:
@ -111,7 +111,7 @@ HAK_EXPORT hak_json_t* hak_json_open (
|
||||
hak_mmgr_t* mmgr,
|
||||
hak_oow_t xtnsize,
|
||||
hak_json_prim_t* prim,
|
||||
hak_errnum_t* errnum
|
||||
hak_errinf_t* errinf
|
||||
);
|
||||
|
||||
HAK_EXPORT void hak_json_close (
|
||||
|
Reference in New Issue
Block a user