fopen(3): stream open functions - Linux man page
The fopen() function opens the file whose name is the string pointed to by path and associates a stream with it. ... Name fopen, fdopen, freopen - stream open functions Synopsis #include FILE *fopen(const char *path, const char *mode); FILE *fdopen(int f...