summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/string-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mupdf/fitz/string-util.h')
-rw-r--r--include/mupdf/fitz/string-util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mupdf/fitz/string-util.h b/include/mupdf/fitz/string-util.h
index c9c20c3d..b174539a 100644
--- a/include/mupdf/fitz/string-util.h
+++ b/include/mupdf/fitz/string-util.h
@@ -127,12 +127,11 @@ int fz_runelen(int rune);
int fz_utflen(const char *s);
/*
- fz_strtod/fz_strtof: Locale-independent decimal to binary
+ fz_strtof: Locale-independent decimal to binary
conversion. On overflow return (-)INFINITY and set errno to ERANGE. On
underflow return 0 and set errno to ERANGE. Special inputs (case
insensitive): "NAN", "INF" or "INFINITY".
*/
-double fz_strtod(const char *s, char **es);
float fz_strtof(const char *s, char **es);
/*