X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Ftest-wchar-c%2B%2B.cc;h=9b28e3194c57bd54a9192984bf761150189c4aa6;hb=70a72e0f50411ccc776379a761725d8c8bec58a3;hp=495a6b45e3ef207697a868fc69f3a37b91408a2b;hpb=8e5e25f79c3ff689fc3a3aab0fe439064ef76d02;p=pspp diff --git a/tests/test-wchar-c++.cc b/tests/test-wchar-c++.cc index 495a6b45e3..9b28e3194c 100644 --- a/tests/test-wchar-c++.cc +++ b/tests/test-wchar-c++.cc @@ -202,6 +202,15 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsstr, wchar_t *, (const wchar_t *, const wchar_t *)); #endif +#if GNULIB_TEST_WCSTOK +SIGNATURE_CHECK (GNULIB_NAMESPACE::wcstok, wchar_t *, + (wchar_t *, const wchar_t *, wchar_t **)); +#endif + +#if GNULIB_TEST_WCSWIDTH +SIGNATURE_CHECK (GNULIB_NAMESPACE::wcswidth, int, (const wchar_t *, size_t)); +#endif + int main ()