Initial commit
[qbat.git] / common.h
blob6a39ed372cad420fe58d7f693435e9ebe5b596ed
1 //
2 // C++ Interface: common
3 //
4 // Author: Oliver Groß <z.o.gross@gmx.de>, (C) 2008
5 //
6 // Copyright: See COPYING file that comes with this distribution
7 //
8 #ifndef QBAT_COMMON_H
9 #define QBAT_COMMON_H
11 #include <string>
12 #include "constants.h"
14 namespace qbat {
15 std::string readStringSysFile(const char * fileName);
16 int readIntSysFile(const char * fileName);
19 #endif