New module 'wcsncpy'.
[pspp] / tests / test-wchar-c++.cc
index 89bb5e59040b347436fd03e8d9f6a15603d7d5e8..696347a56ffa45d7ef70780e83fa4dce258e0f01 100644 (file)
@@ -118,6 +118,11 @@ 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 ()