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

Function print_error

Source/astcenccli_entry.cpp:207–211  ·  view source on GitHub ↗

* @brief Print a string to stderr. */

Source from the content-addressed store, hash-verified

205 * @brief Print a string to stderr.
206 */
207static inline void print_error(
208 const char* format
209) {
210 fprintf(stderr, "%s", format);
211}
212
213/**
214 * @brief Validate CPU ISA support meets the requirements of this build of the library.

Callers 15

astcenc_runtime_assertFunction · 0.70
load_png_with_wuffsFunction · 0.70
load_uncomp_fileFunction · 0.70
init_astcenc_configFunction · 0.70
edit_astcenc_configFunction · 0.70
astcenc_mainFunction · 0.70
validate_cpu_isaFunction · 0.70
load_image_with_tinyexrFunction · 0.70
load_image_with_stbFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected