comparison lib/strtod.c @ 177:6d70bc3b54e3

merge with 1.9.2a
author Jim Meyering <jim@meyering.net>
date Thu, 23 Dec 1993 00:38:42 +0000
parents 10b9f9091b11
children a039341b5639
comparison
equal deleted inserted replaced
176:10b9f9091b11 177:6d70bc3b54e3
42 #include <stdlib.h> 42 #include <stdlib.h>
43 #include <string.h> 43 #include <string.h>
44 #else 44 #else
45 #define NULL 0 45 #define NULL 0
46 extern int errno; 46 extern int errno;
47 #endif
48 #ifndef HUGE_VAL 47 #ifndef HUGE_VAL
49 #define HUGE_VAL HUGE 48 #define HUGE_VAL HUGE
49 #endif
50 #endif 50 #endif
51 51
52 /* Convert NPTR to a double. If ENDPTR is not NULL, a pointer to the 52 /* Convert NPTR to a double. If ENDPTR is not NULL, a pointer to the
53 character after the last one used in the number is put in *ENDPTR. */ 53 character after the last one used in the number is put in *ENDPTR. */
54 double 54 double