Copyright Digital Equipment Corp. All rights reserved.

decc$set_child_standard_streams

   For a child spawned by a function from the exec family of
   functions, associates specified file descriptors with a child's
   standard streams: stdin, stdout, and stderr.

   Format

     #include  <unixlib.h>

     int decc$set_child_standard_streams  (int fd1, int fd2, int fd3);
 


Additional information available:

Arguments       Description     Return_Values   Example