fd_to_file — creates a file pointer from a descriptor.
fd_to_file (fd, mode)
A file descriptor as returned from fd_open.
A string indicating the mode for the file: "r" for read-only, "w" for writable, "a" for append.
t, if successful, otherwise nil.
This function creates a file pointer from a file descriptor.
fileno, Referencing Files
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.