| |
| | fopen |
 | | The fopen() function shall open the file whose pathname is the string pointed to by filename, and associates a stream with it. |
 | | If mode is w, wb, a, ab, w+, wb+, w+b, a+, ab+, or a+b, and the file did not previously exist, upon successful completion, the fopen() function shall mark for update the st_atime, st_ctime, and st_mtime fields of the file and the st_ctime and st_mtime fields of the parent directory. |
 | | The fopen() function returns a file pointer that is used in subsequent fgets() and |
| www.opengroup.org /onlinepubs/009695399/functions/fopen.html (980 words) |
|