MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / print_error

Function print_error

Source/astcenccli_internal.h:106–110  ·  view source on GitHub ↗

* @brief Print a string to stderr. */

Source from the content-addressed store, hash-verified

104 * @brief Print a string to stderr.
105 */
106static inline void print_error(
107 const char* format
108) {
109 fprintf(stderr, "%s", format);
110}
111
112/**
113 * @brief Print a formatted string to stderr.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected