X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstpcpy.h;h=5e737cfd573f14be1ecdb71d846071a530ae80ef;hb=cbb86267fda18ba3e409e16cf9c460cbbed1846c;hp=b579c5c9dee3408b11ff66e46dd89c6b2c9cc85d;hpb=6a638f79ae2db9683afa6925c4ca61e0b29614f0;p=gnulib.git diff --git a/lib/stpcpy.h b/lib/stpcpy.h index b579c5c9d..5e737cfd5 100644 --- a/lib/stpcpy.h +++ b/lib/stpcpy.h @@ -25,9 +25,17 @@ #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 */