#ifndef _CONOUT_H #define _CONOUT_H namespace vlr { int conout(char const* sfmt,...); } // namespace vlr #endif