os/ossrv/genericopenlibs/cppstdlib/stl/stlport/using/iostream
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
sl@0
     2
# include <using/istream>
sl@0
     3
sl@0
     4
using _STLP_VENDOR_STD::cin;
sl@0
     5
using _STLP_VENDOR_STD::cout;
sl@0
     6
using _STLP_VENDOR_STD::cerr;
sl@0
     7
using _STLP_VENDOR_STD::clog;
sl@0
     8
sl@0
     9
# if ! defined (_STLP_NO_WIDE_STREAMS)
sl@0
    10
using _STLP_VENDOR_STD::wcin;
sl@0
    11
using _STLP_VENDOR_STD::wcout;
sl@0
    12
using _STLP_VENDOR_STD::wcerr;
sl@0
    13
using _STLP_VENDOR_STD::wclog;
sl@0
    14
# endif