o Make grep ^strlcpy work: put a return value type on separate line.
This commit is contained in:
parent
ec2f873875
commit
3e4e0ea538
@ -41,7 +41,8 @@ __FBSDID("$FreeBSD$");
|
||||
* will be copied. Always NUL terminates (unless siz == 0).
|
||||
* Returns strlen(src); if retval >= siz, truncation occurred.
|
||||
*/
|
||||
size_t strlcpy(dst, src, siz)
|
||||
size_t
|
||||
strlcpy(dst, src, siz)
|
||||
char *dst;
|
||||
const char *src;
|
||||
size_t siz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user