stdcpp/src/time_facets.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    28 #include "libstdcppwsd.h"
    28 #include "libstdcppwsd.h"
    29 # endif
    29 # endif
    30 
    30 
    31 _STLP_BEGIN_NAMESPACE
    31 _STLP_BEGIN_NAMESPACE
    32 
    32 
    33 /*char* _STLP_CALL
    33 char* _STLP_CALL
    34 __write_integer(char* buf, ios_base::fmtflags flags, long x);*/
    34 __write_integer(char* buf, ios_base::fmtflags flags, long x);
    35 
    35 
    36 // The function copy_cstring is used to initialize a string
    36 // The function copy_cstring is used to initialize a string
    37 // with a C-style string.  Used to initialize the month and weekday
    37 // with a C-style string.  Used to initialize the month and weekday
    38 // tables in time_get and time_put.  Called only by _Init_timeinfo
    38 // tables in time_get and time_put.  Called only by _Init_timeinfo
    39 // so its name does not require leading underscores.
    39 // so its name does not require leading underscores.