MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / check

Function check

experimental/legacy/audio/run.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void check(bool condition, const char *message) {
73 if (!condition) {
74 fprintf(stderr, "%s\n", message);
75 Pa_Terminate();
76 exit(1);
77 }
78}
79
80int main(void) {
81 PaStreamParameters inputParameters, outputParameters;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected