Fix typo in last checkin.

From-SVN: r65676
This commit is contained in:
Kaveh Ghazi 2003-04-16 04:42:38 +00:00
parent 029bcc09d2
commit 733340fb05
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ strlen(@var{src}).
#endif
extern size_t strlen PARAMS ((const char *));
extern PTR strncpy PARAMS ((char *, const char *, size_t));
extern char *strncpy PARAMS ((char *, const char *, size_t));
char *
stpncpy (dst, src, len)