Include c-strtod.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jul 2004 17:55:06 +0000 (17:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Jul 2004 17:55:06 +0000 (17:55 +0000)
commit6301ff874e3dba7c321129cc61e9fa99a09948eb
tree2c0aed79d8a7a48fc6bd246c9cb47581aab81bc8
parent576958b1fd3ce98dae938d76cbb8fb4fa0e3ec9f
Include c-strtod.h.
(print_uptime): Use c_strtod instead of setlocale and sscanf.
Use long int rather than int to count days (for 64-bit hosts),
and check for arithmetic overflow when converting double to time_t.
src/uptime.c