socket ( domain type protocol -- int ) (original) (raw)

socket ( domain type protocol -- int )

Vocabulary
unix.ffi

Inputs

domain an object
type an object
protocol an object

Outputs

int an object

Definition

USING: alien.c-types alien.syntax ;

IN: unix.ffi

LIBRARY: libc FUNCTION: int socket
( int domain, int type, int protocol )