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

File: [local] / sys / lib / libkern / funcs.h (download)

Revision 1.1, Tue Mar 4 16:15:05 2008 UTC (16 years, 1 month ago) by nbrk
Branch point for: MAIN

Initial revision

size_t strlcpy(char *, const char *, int)
	__attribute__ ((__bounded__(__string__,1,3)));
size_t strlcat(char *, const char *, int)
	__attribute__ ((__bounded__(__string__,1,3)));