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

Function nullcInit

NULLC/nullc.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65#define NULLC_CHECK_INITIALIZED(retval) if(!initialized){ nullcLastError = "ERROR: NULLC is not initialized"; return retval; }
66
67void nullcInit(const char* importPath)
68{
69 nullcInitCustomAlloc(NULL, NULL, importPath);
70}
71
72void nullcInitCustomAlloc(void* (NCDECL *allocFunc)(int), void (NCDECL *deallocFunc)(void*), const char* importPath)
73{

Callers 10

RunTestsFunction · 0.85
WinMainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunInterfaceTestsFunction · 0.85
SpeedTestTextFunction · 0.85

Calls 1

nullcInitCustomAllocFunction · 0.85

Tested by 7

RunTestsFunction · 0.68
RunMethod · 0.68
RunMethod · 0.68
RunMethod · 0.68
RunMethod · 0.68
RunInterfaceTestsFunction · 0.68
SpeedTestTextFunction · 0.68