# Created by Octave 3.8.0, Mon Feb 03 17:55:03 2014 CET <marco@GE-MATZERI-EU>
# name: cache
# type: cell
# rows: 3
# columns: 1
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 6
socket


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 620
 -- Loadable Function: socket ()
 -- Loadable Function: socket (DOMAIN)
 -- Loadable Function: socket (DOMAIN, TYPE)
 -- Loadable Function: socket (DOMAIN, TYPE, PROTOCOL)
     Creates a socket.

     DOMAIN is an integer, where the value AF_INET can be used to create
     an IPv4 socket.

     TYPE is an integer describing the socket.  When using IP,
     specifying SOCK_STREAM gives a TCP socket.

     PROTOCOL is currently not used and should be 0 if specified.

     If no input arguments are given, default values AF_INET and
     SOCK_STREAM are used.

     See the local 'socket' reference for more details.




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 17
Creates a socket.





