mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
b99c389ec3
Internal functions can only be called from within the library. Functions listed in `mruby/internal.h` can be called from: * core (src/*.c) * gems (mrbgems/**/*.c) But not from the application linked with `libmruby`.