AF_IPN is no longer protocol #34 (assigned to AF_ISDN).
[vde.git] / vde-2 / include / strndup.h
blobc5bfb1d32302882ba92f21d6ef1d0d1373898c99
1 #ifndef STRNDUP_H__
2 #define STRNDUP_H__
4 #include <string.h>
6 #undef strndup
8 char *strndup(const char*, size_t);
10 #endif