NAME
writeint_socket - write integers to socket
SYNOPSIS
#include "types.h"
#include "channel.h"
Bool writeint_socket(Socket *socket,const int *data,int n);
DESCRIPTION
Function writes integer data to open socket. The arguments
of writeint_socket are:
socket
Pointer to socket. Socket must be opened by
open_socket() or connect_socket().
data Integer data to write from socket.
n Number of integer values to write.
RETURN VALUE
Upon successful completion FALSE is returned and TRUE on
failure.
AUTHOR
Werner von Bloh (bloh@pik-potsdam.de)
SEE ALSO
writefloat_socket(3), close_socket(3), open_socket(3),
connect_socket(3), readint_socket(3)
Man(1) output converted with
man2html