Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apngasm/apngasm
/ warn
Function
warn
cli/src/apngasm-cli.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <iostream>
3
4
static void warn(const boost::program_options::error &e) {
5
std::cerr <<
"!!! "
<< e.what() <<
" !!!"
<< std::endl;
6
}
7
8
int main(int argc, char *argv[]) try {
9
apngasm::APNGAsm apngasm;
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected