| 617 | } |
| 618 | |
| 619 | void nullcThrowError(const char* error, ...) |
| 620 | { |
| 621 | va_list args; |
| 622 | va_start(args, error); |
| 623 | vprintf(error, args); |
| 624 | va_end(args); |
| 625 | } |
| 626 | |
| 627 | unsigned int typeid__(NULLCRef type, void* unused) |
| 628 | { |
no outgoing calls
no test coverage detected