| 23 | const char *splinter_error_string = "No error."; |
| 24 | |
| 25 | void 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 * */ |
| 32 | DataTable *get_datatable(splinter_obj_ptr datatable_ptr) |
no outgoing calls
no test coverage detected