lib: add strtod_or_err()

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola
2011-12-18 15:52:57 +01:00
parent 2c8b3a7857
commit c0e7e96c1a
2 changed files with 25 additions and 0 deletions

View File

@ -6,5 +6,6 @@
#define PROCPS_NG_STRUTILS
extern long strtol_or_err(const char *str, const char *errmesg);
extern double strtod_or_err(const char *str, const char *errmesg);
#endif