Skip to main content

setup_

Function setup_ 

Source
pub fn setup_(m: *const module) -> i32
Expand description

Port of setup_(UNUSED(Module m)) from Src/module.c:306.

C body: setup_(UNUSED(Module m)) { return 0; } — the no-op setup hook of the module subsystem itself.