mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
eaf445ea5c
The function mrb_str_format is only defined when the mrbgem mruby-sprintf was activated. That might not always be the case (by default it currently is). mrb_str_format still has external linkage, so from now on mrbgem authors have to declare it in their source code if they want or need to call it.