format:         #fopen {filename} {mode}
The variable _ is assigned to a FILE pointer that was opened if successful, 0 if failed.
For detailed help on the fopen, see the C help file on:
               FILE *fopen( const char *filename, const char *mode );