stdcpp/src/ios.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    26 #include "libstdcppwsd.h"
    26 #include "libstdcppwsd.h"
    27 # endif
    27 # endif
    28 
    28 
    29 _STLP_BEGIN_NAMESPACE
    29 _STLP_BEGIN_NAMESPACE
    30 
    30 
    31 /*char* _STLP_CALL
    31 char* _STLP_CALL
    32 __write_integer(char* buf, ios_base::fmtflags flags, long x);*/
    32 __write_integer(char* buf, ios_base::fmtflags flags, long x);
    33 
    33 
    34 //----------------------------------------------------------------------
    34 //----------------------------------------------------------------------
    35 // ios_base members
    35 // ios_base members
    36 
    36 
    37 // class ios_base::failure, a subclass of exception.  It's used solely
    37 // class ios_base::failure, a subclass of exception.  It's used solely