COHERENT help

This page displays the COHERENT help information for send.

Listing of available help pages


send() -- Send a message to a socket

#include <sys/socket.h>
#include <sys/types.h>
int send(socket, message, length, flags)
int socket;
char *message;
int length, flags;