MCPcopy 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
147void 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
154struct func_args {

Callers 4

taocrypt_testFunction · 0.70
rsa_testFunction · 0.70
dh_testFunction · 0.70
dsa_testFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected