pub unsafe extern "C" fn write(
    fd: i32,
    buf: *const u8,
    count: size_t
) -> ssize_t
Expand description

Write to a file descriptor