Simply use `snprintf` instead of custom `fmt_fp`,
Unless `MRB_DISABLE_STDIO` is set. `snprintf` is used anyway if mruby is configured to use `stdio`. This change reduces 8KB of program size on the Linux box.
Showing
Please register or sign in to comment