ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_put.h
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
   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 _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, long double&);
   157 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);