libunistd
libunistd copied to clipboard
Can the read and write functions operate sockets?
The read and write functions in the code are defined as Windows' _read and _write, but Windows' _read and _write do not seem to be able to be used for socket operations.