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

Function pw_cont

tools/libutil/pw_util.c:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76#if 0
77void
78pw_cont(int sig)
79{
80
81 if (editpid != -1)
82 kill(editpid, sig);
83}
84#endif
85
86/*

Callers

nothing calls this directly

Calls 1

killFunction · 0.85

Tested by

no test coverage detected