Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libco
/ sigaction
Class
sigaction
example_echocli.cpp:190–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
int proccnt = atoi( argv[4] );
189
190
struct sigaction sa;
191
sa.sa_handler = SIG_IGN;
192
sigaction( SIGPIPE, &sa, NULL );
193
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected