xref: /openbsd-src/sys/lib/libkern/funcs.h (revision 89c96e90242a81edf0d9a0550930a11563268b9d)
1 size_t strlcpy(char *, const char *, int)
2 	__attribute__ ((__bounded__(__string__,1,3)));
3 size_t strlcat(char *, const char *, int)
4 	__attribute__ ((__bounded__(__string__,1,3)));
5