ossrv_pub/localization_function_api/inc/stdapis/stlport/stl/_num_get.h
changeset 22 ddc455616bd6
parent 0 e4d67989cc36
child 45 4b03adbd26ca
child 57 2efc27d87e1c
equal deleted inserted replaced
18:47c74d1534e1 22:ddc455616bd6
   270   pow_E = ct.widen('E');
   270   pow_E = ct.widen('E');
   271   ct.widen(ndigits + 0, ndigits + 10, digits);
   271   ct.widen(ndigits + 0, ndigits + 10, digits);
   272 }
   272 }
   273 #endif
   273 #endif
   274 
   274 
   275 int  _STLP_CALL __string_to_float(const string&, float&);
   275 _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, float&);
   276 int  _STLP_CALL __string_to_float(const string&, double&);
   276 _STLP_DECLSPEC int  _STLP_CALL __string_to_float(const string&, double&);
   277 # ifndef _STLP_NO_LONG_DOUBLE
   277 # ifndef _STLP_NO_LONG_DOUBLE
   278 int  _STLP_CALL __string_to_float(const string&, long double&);
   278 int  _STLP_CALL __string_to_float(const string&, long double&);
   279 # endif
   279 # endif
   280 # endif
   280 # endif
   281 
   281