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

Function read

examples/stdlib.c:1150–1153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1148#endif
1149
1150static ssize_t read(int fd, void *buf, size_t count)
1151{
1152 return (ssize_t)syscall(SYS_read, fd, buf, count);
1153}
1154
1155static ssize_t write(int fd, const void *buf, size_t count)
1156{

Callers 3

emitPatchFunction · 0.85
parseBinaryMethod · 0.85
stdio_stream_read_bufFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected