stdcpp/src/time_facets.cpp
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
    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.