mirror of git://sourceware.org/git/glibc.git
entered into RCS
This commit is contained in:
parent
e54d018af2
commit
eb7c05e5de
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue