compat/strndup.h

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

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