New module 'wcsncpy'.
[pspp] / tests / test-wchar-c++.cc
index 35032b5d14164e65afaf16250b8d223ce31a82a6..696347a56ffa45d7ef70780e83fa4dce258e0f01 100644 (file)
@@ -113,6 +113,16 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcscpy, wchar_t *,
                  (wchar_t *, const wchar_t *));
 #endif
 
+#if GNULIB_TEST_WCPCPY
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcpcpy, wchar_t *,
+                 (wchar_t *, const wchar_t *));
+#endif
+
+#if GNULIB_TEST_WCSNCPY
+SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsncpy, wchar_t *,
+                 (wchar_t *, const wchar_t *, size_t));
+#endif
+
 
 int
 main ()