Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ifprintf.h

Go to the documentation of this file.
00001 #ifndef IFPRINTF_H
00002 #define IFPRINTF_H
00003 #include <string.h>
00004 #include <cassert>
00005 #include <stdarg.h>
00006 #include <stdio.h>
00007 //-----------------------------------------------------------------------------//
00008 void set_indent(const char* s);
00009 //-----------------------------------------------------------------------------//
00010 void indent();
00011 //-----------------------------------------------------------------------------//
00012 void outdent();
00013 //-----------------------------------------------------------------------------//
00014 void ifprintf(FILE* f, const char* c, ...);
00015 //-----------------------------------------------------------------------------//
00016 #endif /* IFPRINTF_H */

Generated on Thu Oct 20 12:00:04 2005 for ASTree by  doxygen 1.4.2-20050421