| 860:a496e72af069 | 861:83426c5fa732 |
|---|---|
| 33 #include "format.h" | 33 #include "format.h" |
| 34 | 34 |
| 35 // Null pointer | 35 // Null pointer |
| 36 static const std::nullptr_t null = nullptr; | 36 static const std::nullptr_t null = nullptr; |
| 37 | 37 |
| 38 void assertionFailure (const char* file, int line, const char* funcname, const char* expr); | 38 void HandleAssertFailure (const char* file, int line, const char* funcname, const char* expr); |
| 39 bool IsExiting(); | 39 bool IsExiting(); |
| 40 void Exit(); | 40 void Exit(); |