MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / main

Function main

examples/isolated/setting_errorhandler.c:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19
20int main() {
21 initQuESTEnv();
22 setInputErrorHandler(myErrorHandler);
23
24 Qureg qureg = createQureg(-123);
25
26 finalizeQuESTEnv();
27}

Callers

nothing calls this directly

Calls 4

initQuESTEnvFunction · 0.85
setInputErrorHandlerFunction · 0.85
createQuregFunction · 0.85
finalizeQuESTEnvFunction · 0.85

Tested by

no test coverage detected