1
2
3
4
5
//! Tools to call standard library functions from the interpreter.

#[macro_use] mod macros;
mod extfunc;
pub use self::extfunc::{ExtFuncIdent, StdFuncTable};