MCPcopy Create free account
hub / github.com/assimp/assimp / print_error

Function print_error

samples/SimpleOpenGL/Sample_SimpleOpenGL.c:37–39  ·  view source on GitHub ↗

---------------------------------------------------------------------------- */

Source from the content-addressed store, hash-verified

35
36/* ---------------------------------------------------------------------------- */
37inline static void print_error(const char* msg) {
38 printf("ERROR: %s\n", msg);
39}
40
41#define NEW_LINE "\n"
42#define DOUBLE_NEW_LINE NEW_LINE NEW_LINE

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected