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.


     AUTHORS
          For authors and contributors see AUTHORS file


     COPYRIGHT
          (C) Potsdam Institute for Climate Impact Research (PIK), see
          COPYRIGHT file


     SEE ALSO
          writefloat_socket(3), close_socket(3), open_socket(3),
          connect_socket(3), readint_socket(3)














Man(1) output converted with man2html