shutdown ( fd how -- int ) (original) (raw)

shutdown ( fd how -- int )

Vocabulary
unix.ffi

Inputs

fd an object
how an object

Outputs

int an object

Definition

USING: alien.c-types alien.syntax ;

IN: unix.ffi

LIBRARY: libc FUNCTION: int shutdown ( int fd, int how )