MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / mz_freopen

Function mz_freopen

SampleFramework12/v1.00/TinyEXR.cpp:4133–4138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4131 return pFile;
4132}
4133static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream) {
4134 FILE *pFile = NULL;
4135 if (freopen_s(&pFile, pPath, pMode, pStream))
4136 return NULL;
4137 return pFile;
4138}
4139#ifndef MINIZ_NO_TIME
4140#include <sys/utime.h>
4141#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected