Fabcoin Core  0.16.2
P2P Digital Currency
cryptest-coverity.cpp
Go to the documentation of this file.
1 // cryptest-coverity.cpp - Coverity modeling file.
2 // Written and placed in public domain by Jeffrey Walton and Uri Blumenthal.
3 // Copyright assigned to Crypto++ project.
4 //
5 // For more information see http://cryptopp.com/wiki/Coverity_Scan.
6 //
7 // Also see https://scan.coverity.com/tune#what-is-model
8 
10 
11 void special_abort(const char* msg) {
12  __coverity_panic__();
13 }
void special_abort(const char *msg)