comparison gen/logger.c @ 4:e116aa1488e6 trunk

[svn r8] changed backend includes to always use the gen/<foo>.h prefix fixed passing string literals as array parameters few other fixes moved some array routines into gen/arrays
author lindquist
date Mon, 03 Sep 2007 17:34:30 +0200
parents c53b6e3fe49a
children 27b2f40bdb58
comparison
equal deleted inserted replaced
3:069cf4b0ec67 4:e116aa1488e6
5 #include <cstdio> 5 #include <cstdio>
6 #include <cstdlib> 6 #include <cstdlib>
7 #include <iostream> 7 #include <iostream>
8 #include <string> 8 #include <string>
9 9
10 #include "logger.h" 10 #include "gen/logger.h"
11 11
12 namespace Logger 12 namespace Logger
13 { 13 {
14 static std::string indent_str; 14 static std::string indent_str;
15 void indent() 15 void indent()