jcs's openbsd hax
openbsd
at jcs 4 lines 180 B view raw
1size_t strlcpy(char *, const char *, int) 2 __attribute__ ((__bounded__(__string__,1,3))); 3size_t strlcat(char *, const char *, int) 4 __attribute__ ((__bounded__(__string__,1,3)));