Commit 733340fb by Kaveh Ghazi

Fix typo in last checkin.

From-SVN: r65676
parent 029bcc09
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment