MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gif_ctor

Function gif_ctor

tools/ifconfig/ifgif.c:123–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121};
122
123static __constructor void
124gif_ctor(void)
125{
126 size_t i;
127
128 for (i = 0; i < nitems(gif_cmds); i++)
129 cmd_register(&gif_cmds[i]);
130 af_register(&af_gif);
131}

Callers

nothing calls this directly

Calls 2

cmd_registerFunction · 0.85
af_registerFunction · 0.85

Tested by

no test coverage detected