include/tools.h
author Markus Bröker <mbroeker@largo.homelinux.org>
Sat, 03 Jan 2009 01:28:28 +0100
changeset 4 fdf04a93faeb
parent 3 724e07a9f155
permissions -rw-r--r--
Codebase indented by me and gnu-indent

/*
 *  $Id: tools.h 2 2007-12-22 14:15:30Z mbroeker $
 * $URL: http://localhost/svn/cpp/qMonitor/trunk/include/tools.h $
 */

#ifndef TOOLS_H
#define TOOLS_H

#include <sstream>

std::string itoa (const int &i);
#endif