socket_connected
is a connection established on a socket?
- Provided by: libowfat-dev (Version: 0.30-3ubuntu1)
- Source: libowfat
- Report a bug
is a connection established on a socket?
#include <socket.h>
int socket_connected(int s);
socket_connected returns 1 if s is a socket and a connection is established, 0 otherwise.