WYRDTEK Home Features Reference Downloads About


Reference/es_sock_close

Syntax

int es_sock_close( int fd );

Arguments

int fd File descriptor.

Description

Closes socket associated with file descriptor fd via a call to close().

Returns zero on success and returns errno (from the standard library errno.h) on error.

[Back To Reference] [Back To Reference/es_sock]