fixed a bug in printing a single character when hcl_ooch_t is hcl_bch_t
implemented the primitive printf function partially
This commit is contained in:
12
lib/hcl.h
12
lib/hcl.h
@ -1720,6 +1720,18 @@ HCL_EXPORT hcl_oop_t hcl_oowtoint (
|
||||
hcl_oow_t w
|
||||
);
|
||||
|
||||
|
||||
HCL_EXPORT int hcl_inttoooi (
|
||||
hcl_t* hcl,
|
||||
hcl_oop_t x,
|
||||
hcl_ooi_t* i
|
||||
);
|
||||
|
||||
HCL_EXPORT hcl_oop_t hcl_ooitoint (
|
||||
hcl_t* hcl,
|
||||
hcl_ooi_t i
|
||||
);
|
||||
|
||||
/* =========================================================================
|
||||
* CONS OBJECT UTILITIES
|
||||
* ========================================================================= */
|
||||
|
Reference in New Issue
Block a user