summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index 841cc7e6e..d9389b6fd 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -100,6 +100,7 @@ struct mrb_state;
# define MRB_ENDIAN_LOHI(a,b) b a
#endif
+MRB_API mrb_int mrb_int_read(const char *p, const char *e, char **endp);
#ifndef MRB_NO_FLOAT
MRB_API double mrb_float_read(const char*, char**);
#ifdef MRB_USE_FLOAT32