| 14 | { |
| 15 | |
| 16 | int 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 | |
| 23 | const char *splinter_get_error_string() |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected