compat/strlcpy.h

Go to the documentation of this file.
00001 #include <sys/types.h>
00002 
00003 size_t strlcpy(char *dst, const char *src, size_t size);
00004 
00005 /*
00006  * Local Variables:
00007  * mode: c
00008  * c-file-style: "k&r"
00009  * c-basic-offset: 8
00010  * indent-tabs-mode: t
00011  * End:
00012  */

Generated on Sat Nov 22 22:30:41 2008 for ekg2 by  doxygen 1.5.1