Associates a file pointer with a file descriptor returned by an open, creat, dup, dup2, or pipe function. Format #include <stdio.h> FILE *fdopen (int file_desc, char *a_mode);