DEBSOURCES
Skip Quicknav
sources / tablix2 / 0.3.5-7 / examples / modules / hello.c
123456789
#include "module.h" int module_init(moduleoption *opt) { debug("Hello world!"); debug("Weight: %d", option_int(opt, "weight")); return(0); }