MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / __msl_error

Function __msl_error

include/std/bitset.h:12–16  ·  view source on GitHub ↗

TODO: where does this go?

Source from the content-addressed store, hash-verified

10{
11 // TODO: where does this go?
12 inline void __msl_error(const char *param_0)
13 {
14 fprintf(stderr, param_0);
15 abort();
16 }
17
18 template <size_t N>
19 class __bitset_base

Callers 3

setMethod · 0.85
resetMethod · 0.85
testMethod · 0.85

Calls 2

fprintfFunction · 0.85
abortFunction · 0.50

Tested by

no test coverage detected