MCPcopy Create free account
hub / github.com/WheretIB/nullc / nullcSetFileReadHandler

Function nullcSetFileReadHandler

NULLC/nullc.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void nullcSetFileReadHandler(const void* (NCDECL *fileLoadFunc)(const char* name, unsigned int* size, int* nullcShouldFreePtr))
130{
131 NULLC::fileLoad = fileLoadFunc ? fileLoadFunc : NULLC::defaultFileLoad;
132}
133
134void nullcSetExecutor(unsigned int id)
135{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected