table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 0.34-2.1
 - Leap-16.0
 
| socket_connected(3) | Library Functions Manual | socket_connected(3) | 
NAME¶
socket_connected - is a connection established on a socket?
SYNTAX¶
#include <libowfat/socket.h>
int socket_connected(int s);
DESCRIPTION¶
socket_connected returns 1 if s is a socket and a connection is established, 0 otherwise.