COHERENT help

This page displays the COHERENT help information for dup2.

Listing of available help pages


dup2() -- Duplicate a file descriptor

#include <unistd.h>
int dup2(fd, newfd) int fd, newfd;