MCPcopy Create free account
hub / github.com/GJDuck/e9patch / pipe

Function pipe

examples/stdlib.c:1231–1234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231static int pipe(int pipefd[2])
1232{
1233 return (int)syscall(SYS_pipe, pipefd);
1234}
1235
1236static int select(int nfds, fd_set *readfds, fd_set *writefds,
1237 fd_set *exceptfds, struct timeval *timeout)

Callers 2

emitPatchFunction · 0.85
spawnBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected