mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 18:56:10 +08:00
Add wcstof function
This commit is contained in:
committed by
Gregory Nutt
parent
6e0afb2905
commit
2d1ace3ee5
@@ -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 **);
|
||||
|
||||
Reference in New Issue
Block a user