| 169 | static bool PrintVersionFlag = false; |
| 170 | |
| 171 | void PrintVersion() { |
| 172 | PrintVersionFlag = true; |
| 173 | fputs(VersionString+1,stderr); |
| 174 | } |
| 175 | |
| 176 | void PrintExtraVersionInfo( const char* category, const char* format, ... ) { |
| 177 | if( PrintVersionFlag ) { |
no outgoing calls
no test coverage detected