_fopen
static FILE *_fopen(const char *filename, const char *mode);
fp = _fopen(path, "w");
fp = _fopen(OutFileName, "w");