entered into RCS

This commit is contained in:
Roland McGrath 1993-12-17 20:06:45 +00:00
parent e54d018af2
commit eb7c05e5de
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ extern char *strcpy __P ((char *__dest, __const char *__src));
extern char *strncpy __P ((char *__dest, __const char *__src, size_t __n));
/* Append SRC onto DEST. */
extern char *strcat __P ((char *__src, __const char *__dest));
extern char *strcat __P ((char *__dest, __const char *__src));
/* Append no more than N characters from SRC onto DEST. */
extern char *strncat __P ((char *__dest, __const char *__src, size_t __n));