/* * iostream.hpp * * Created on: Feb 12, 2016 * Author: Radovan Cerveny */ #ifndef __IOSTREAM_HPP_ #define __IOSTREAM_HPP_ #include <iostream> #include "fdstream.hpp" namespace ext { extern ofdstream cmeasure; } /* namespace ext */ #endif /* __IOSTREAM_HPP_ */