New module 'wmemset'.
[pspp] / tests / test-wchar-c++.cc
index 31be40257e08efa7bd0526d26e1bed5475b2bfa0..b82c3d94472b1bba72766a66c13cd086dad214e3 100644 (file)
@@ -80,6 +80,26 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wmemchr, wchar_t *,
                  (const wchar_t *, wchar_t, size_t));
 #endif
 
+#if GNULIB_TEST_WMEMCMP
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wmemcmp, int,
+                 (const wchar_t *, const wchar_t *, size_t));
+#endif
+
+#if GNULIB_TEST_WMEMCPY
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wmemcpy, wchar_t *,
+                 (wchar_t *, const wchar_t *, size_t));
+#endif
+
+#if GNULIB_TEST_WMEMMOVE
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wmemmove, wchar_t *,
+                 (wchar_t *, const wchar_t *, size_t));
+#endif
+
+#if GNULIB_TEST_WMEMSET
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wmemset, wchar_t *,
+                 (wchar_t *, wchar_t, size_t));
+#endif
+
 
 int
 main ()