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

Function set_error_string

src/cinterface/utilities.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23const char *splinter_error_string = "No error.";
24
25void set_error_string(const char *new_error_string)
26{
27 splinter_error_string = new_error_string;
28 splinter_last_func_call_error = 1;
29}
30
31/* Cast the splinter_obj_ptr to a DataTable * */
32DataTable *get_datatable(splinter_obj_ptr datatable_ptr)

Calls

no outgoing calls

Tested by

no test coverage detected