Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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. */
83
extern
"C"
int init(void)
84
{
85
registerKeyword(
"fortune"
, fortune);
86
return 0;
87
}
Callers
3
CStat
Method · 0.85
call
Method · 0.85
main
Function · 0.85
Calls
1
registerKeyword
Function · 0.85
Tested by
no test coverage detected