MCPcopy Create free account
hub / github.com/SIPp/sipp / init

Function init

example/fortune.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82/* On initialization we register our keywords. */
83extern "C" int init(void)
84{
85 registerKeyword("fortune", fortune);
86 return 0;
87}

Callers 3

CStatMethod · 0.85
callMethod · 0.85
mainFunction · 0.85

Calls 1

registerKeywordFunction · 0.85

Tested by

no test coverage detected