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 */