MCPcopy Create free account
hub / github.com/bgrimstad/splinter / splinter_get_error

Function splinter_get_error

src/cinterface/cinterface.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16int splinter_get_error()
17{
18 int temp = SPLINTER::splinter_last_func_call_error;
19 SPLINTER::splinter_last_func_call_error = 0;
20 return temp;
21}
22
23const char *splinter_get_error_string()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected