ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_put.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   152 
   152 
   153 extern _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, float&);
   153 extern _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, float&);
   154 extern _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, double&);
   154 extern _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, double&);
   155 extern _STLP_DECLSPEC void _STLP_CALL __write_float(string&, ios_base::fmtflags, int, double);
   155 extern _STLP_DECLSPEC void _STLP_CALL __write_float(string&, ios_base::fmtflags, int, double);
   156 # ifndef _STLP_NO_LONG_DOUBLE
   156 # ifndef _STLP_NO_LONG_DOUBLE
   157 int  _STLP_CALL __string_to_float(const string&, long double&);
   157 _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, long double&);
   158 extern _STLP_DECLSPEC void _STLP_CALL __write_float(string&, ios_base::fmtflags, int, long double);
   158 extern _STLP_DECLSPEC void _STLP_CALL __write_float(string&, ios_base::fmtflags, int, long double);
   159 # endif
   159 # endif
   160 
   160 
   161 #ifndef _STLP_NO_WCHAR_T
   161 #ifndef _STLP_NO_WCHAR_T
   162 extern _STLP_DECLSPEC wchar_t* _STLP_CALL __convert_float_buffer(const char*, const char*, wchar_t*, const ctype<wchar_t>&, wchar_t);
   162 extern _STLP_DECLSPEC wchar_t* _STLP_CALL __convert_float_buffer(const char*, const char*, wchar_t*, const ctype<wchar_t>&, wchar_t);