added moo_uintmaxtoint()

This commit is contained in:
hyunghwan.chung
2019-08-12 02:32:04 +00:00
parent bd614c504b
commit 2cd60cbed8
3 changed files with 47 additions and 9 deletions

View File

@ -2221,10 +2221,10 @@ MOO_EXPORT moo_oop_t moo_intmaxtoint (
moo_intmax_t i
);
/*MOO_EXPORT moo_oop_t moo_uintmaxtoint (
MOO_EXPORT moo_oop_t moo_uintmaxtoint (
moo_t* moo,
moo_uintmax_t i
);*/
);
MOO_EXPORT int moo_inttouintmax (
moo_t* moo,