fdopen 240 usr/include/stdio.h FILE *fdopen(int, const char *); fdopen 65 usr/lib/libc/stdio/tmpfile.c if ((fp = fdopen(fd, "w+")) == NULL) {