/** * \file debug.h * \brief Debugging Utilities * * (c) 2001,2002 Stefan Reuther * * This program is free software; you can redistribute it and/or * modify it under the terms of file `COPYING' that comes with the * source code. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ #ifndef PCC_V2_DEBUG_H #define PCC_V2_DEBUG_H #include std::ostream& printBacktrace(std::ostream&); void initDebug(); #endif