Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ opt_register
Function
opt_register
tools/ifconfig/ifconfig.c:214–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
#endif
213
214
void
215
opt_register(struct option *p)
216
{
217
p->next = opts;
218
opts = p;
219
}
220
221
static void
222
usage(void)
Callers
3
clone_ctor
Function · 0.85
group_ctor
Function · 0.85
inet6_ctor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected