Files
libpostal/src/strndup.h
2017-11-19 12:44:38 +00:00

6 lines
109 B
C

#ifndef HAVE_STRNDUP
#define HAVE_STRNDUP
char *strndup(const char *s, size_t n);
#endif /* HAVE_STRNDUP */