socket ( domain type protocol -- int ) (original) (raw)
socket ( domain type protocol -- int )
Inputs
domain | an object |
---|---|
type | an object |
protocol | an object |
Outputs
int | an object |
---|
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: libc FUNCTION: int socket
( int domain, int type, int protocol )