mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
add MRB_API to mrb_float_read(); ref #3270
This commit is contained in:
+1
-1
@@ -2796,7 +2796,7 @@ static const double powersOf10[] = {/* Table giving binary powers of 10. Entry
|
||||
1.0e256
|
||||
};
|
||||
|
||||
double
|
||||
MRB_API double
|
||||
mrb_float_read(const char *string, char **endPtr)
|
||||
/* const char *string; A decimal ASCII floating-point number,
|
||||
* optionally preceded by white space.
|
||||
|
||||
Reference in New Issue
Block a user