[BACK]Return to funcs.h CVS log [TXT][DIR] Up to [local] / sys / lib / libkern

Annotation of sys/lib/libkern/funcs.h, Revision 1.1

1.1     ! nbrk        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)));

CVSweb