Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
48
template<typename ... _Args>
49
static inline void print_error(
50
const char* format,
51
_Args...args
52
) {
53
fprintf(stderr, format, args...);
54
}
55
56
int astcenc_main_veneer(
57
int argc,
Callers
1
astcenc_main_veneer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected