Add wcstof function

This commit is contained in:
Alan Carvalho de Assis
2017-03-08 12:47:23 -06:00
committed by Gregory Nutt
parent 6e0afb2905
commit 2d1ace3ee5
5 changed files with 64 additions and 1 deletions
+1
View File
@@ -215,6 +215,7 @@ size_t wcsrtombs(FAR char *, FAR const wchar_t **, size_t,
size_t wcsspn(FAR const wchar_t *, FAR const wchar_t *);
FAR wchar_t *wcsstr(FAR const wchar_t *, FAR const wchar_t *);
double wcstod(FAR const wchar_t *, FAR wchar_t **);
float wcstof(FAR const wchar_t *, FAR wchar_t **);
FAR wchar_t *wcstok(FAR wchar_t *, FAR const wchar_t *, FAR wchar_t **);
long int wcstol(FAR const wchar_t *, FAR wchar_t **, int);
long double wcstold(FAR const wchar_t *, FAR wchar_t **);