MCPcopy 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
214void
215opt_register(struct option *p)
216{
217 p->next = opts;
218 opts = p;
219}
220
221static void
222usage(void)

Callers 3

clone_ctorFunction · 0.85
group_ctorFunction · 0.85
inet6_ctorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected