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

Function print_run_command

samples/SimpleOpenGL/Sample_SimpleOpenGL.c:31–34  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

29
30/* ---------------------------------------------------------------------------- */
31inline static void print_run_command(const char* command_name) {
32 printf("Run '%s %s' for more information.\n",
33 PROJECT_NAME, command_name);
34}
35
36/* ---------------------------------------------------------------------------- */
37inline static void print_error(const char* msg) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected