stpncpy: Allow stpncpy to be defined as a macro.
[gnulib.git] / tests / test-stdio-c++.cc
index 533a725..60bd00b 100644 (file)
@@ -149,6 +149,10 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::snprintf, int,
 SIGNATURE_CHECK (GNULIB_NAMESPACE::sprintf, int, (char *, const char *, ...));
 #endif
 
+#if GNULIB_TEST_TMPFILE
+SIGNATURE_CHECK (GNULIB_NAMESPACE::tmpfile, FILE *, (void));
+#endif
+
 #if GNULIB_TEST_VASPRINTF
 SIGNATURE_CHECK (GNULIB_NAMESPACE::asprintf, int,
                  (char **, const char *, ...));