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

Function write

examples/stdlib.c:1155–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153}
1154
1155static ssize_t write(int fd, const void *buf, size_t count)
1156{
1157 return (ssize_t)syscall(SYS_write, fd, buf, count);
1158}
1159
1160static int open(const char *pathname, int flags, ...)
1161{

Callers 4

debug_implFunction · 0.70
stdio_write_bufFunction · 0.70
write_retryFunction · 0.50
emitPatchFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected