blob: b2cd0692f53901f96871756ee324df83c9563d7c (
plain) (
blame)
1
2
3
4
|
size_t strlcpy(char *, const char *, int)
__attribute__ ((__bounded__(__string__,1,3)));
size_t strlcat(char *, const char *, int)
__attribute__ ((__bounded__(__string__,1,3)));
|