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

Function print_error

Source/astcenccli_entry2.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 */
48template<typename ... _Args>
49static inline void print_error(
50 const char* format,
51 _Args...args
52) {
53 fprintf(stderr, format, args...);
54}
55
56int astcenc_main_veneer(
57 int argc,

Callers 1

astcenc_main_veneerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected