shutdown ( fd how -- int )
Vocabularyunix.ffi
Inputs
Outputs
Definition
USING: alien.c-types alien.syntax ;
IN: unix.ffi
LIBRARY: libc FUNCTION: int shutdown ( int fd, int how )