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

Function ff_sys_write

adapter/syscall/ff_socket_ops.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static ssize_t
250ff_sys_write(struct ff_write_args *args)
251{
252 DEBUG_LOG("ff_sys_write, fd:%d, len:%lu\n", args->fd, args->len);
253 return ff_write(args->fd, args->buf, args->len);
254}
255
256static ssize_t
257ff_sys_writev(struct ff_writev_args *args)

Callers 1

ff_so_handlerFunction · 0.85

Calls 1

ff_writeFunction · 0.85

Tested by

no test coverage detected