summaryrefslogtreecommitdiffhomepage
path: root/src/readflt.c
AgeCommit message (Collapse)Author
2021-07-25Remove redundant include headers.Yukihiro "Matz" Matsumoto
- stdlib.h - stddef.h - stdint.h - stdarg.h - limits.h - float.h
2021-06-10readflt.c: renamed from `strtod.c`Yukihiro "Matz" Matsumoto
The file provides `mrb_read_float()` renamed from `vim_strtod()`.