dup2 ( oldd newd -- int )
Vocabularyunix.ffi
Inputs
Outputs
Definition
USING: alien.c-types alien.syntax ;
IN: unix.ffi
LIBRARY: libc FUNCTION: int dup2 ( int oldd, int newd )