Avoid using non-constant initializers for struct pentry_state.
[gnulib.git] / lib / stpcpy.h
index b579c5c..5e737cf 100644 (file)
 
 #else
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Copy SRC to DST, returning the address of the terminating '\0' in DST.  */
 extern char *stpcpy (char *dst, const char *src);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif
 
 #endif /* _STPCPY_H */