close
¶POSIX specification:
https://pubs.opengroup.org/onlinepubs/9799919799/functions/close.html
Portability problems fixed by Gnulib:
<io.h>
)
on some platforms:
MSVC 14.
socket
and accept
do not return file descriptors that can be closed by close
.
Instead, closesocket
must be used.
Portability problems not fixed by Gnulib: