Next: frexp, Previous: free, Up: C library functions [Index]
freopen
#include <stdio.h> FILE *f; String new path; String new mode; path = "/home/user/.profile"; mode = "r"; f2 = freopen (path, mode, xstdin ());