NAME

socket_close() - close a socket

SYNOPSIS

#include 
#include 

int socket_close(int s)

DESCRIPTION

socket_close() closes socket s. This frees a socket efun slot for use.

RETURN VALUES

socket_close() returns:

ERRORS

SEE ALSO

socket_accept(3) , socket_create(3)