summaryrefslogtreecommitdiffstats
path: root/include/wchar.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-09-15 08:38:51 +0000
committertjr <tjr@FreeBSD.org>2002-09-15 08:38:51 +0000
commit8569d04e14d1a2dc0eb9f3834659210926c80f73 (patch)
tree710c6f1ab8185c53ced92b892d2b54dd1ce46ac1 /include/wchar.h
parent958421a4ec0bd3d96fc5f0a60c518b412993ca2d (diff)
downloadFreeBSD-src-8569d04e14d1a2dc0eb9f3834659210926c80f73.zip
FreeBSD-src-8569d04e14d1a2dc0eb9f3834659210926c80f73.tar.gz
Add wcstod() as a wrapper around strtod(). It does not handle any characters
that strtod() does not (alternate digit characters, etc. are not handled).
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index f4ce405..4877d3b 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -144,6 +144,7 @@ size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
size_t wcsspn(const wchar_t *, const wchar_t *);
wchar_t *wcsstr(const wchar_t * __restrict, const wchar_t * __restrict);
int wctob(wint_t);
+double wcstod(const wchar_t * __restrict, wchar_t ** __restrict);
wchar_t *wcstok(wchar_t * __restrict, const wchar_t * __restrict,
wchar_t ** __restrict);
long wcstol(const wchar_t * __restrict, wchar_t ** __restrict, int);
OpenPOWER on IntegriCloud