Changeset 1871 for trunk/src/emx/include


Ignore:
Timestamp:
Mar 14, 2005, 5:51:09 AM (20 years ago)
Author:
bird
Message:

kicked the old atod implementation (asserts on simple '-30' conversion).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/emx/float.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1870 r1871  
    2626#define DTOA_GCVT       3
    2727
    28 const char * __atod (long double *p_result, const char *string,
    29                      int min_exp, int max_exp, int bias,
    30                      int mant_dig, int decimal_dig,
    31                      int max_10_exp, int min_den_10_exp);
     28const char * __legacy_atod (long double *p_result, const char *string,
     29                            int min_exp, int max_exp, int bias,
     30                            int mant_dig, int decimal_dig,
     31                            int max_10_exp, int min_den_10_exp);
    3232
    33 char *__dtoa (char *buffer, int *p_exp, long double x, int ndigits,
    34               int fmt, int dig);
     33char *__legacy_dtoa (char *buffer, int *p_exp, long double x, int ndigits,
     34                     int fmt, int dig);
    3535
    3636void __remove_zeros (char *digits, int keep);
Note: See TracChangeset for help on using the changeset viewer.