Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ err_sys
Function
err_sys
extra/yassl/taocrypt/test/test.cpp:147–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
147
void err_sys(const char* msg, int es)
148
{
149
printf(
"%s\n"
, msg);
150
exit(es);
151
}
152
153
// func_args from test.hpp, so don't have to pull in other junk
154
struct func_args {
Callers
4
taocrypt_test
Function · 0.70
rsa_test
Function · 0.70
dh_test
Function · 0.70
dsa_test
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected