aboutsummaryrefslogtreecommitdiff
path: root/libnitrokey/nk_strndup.h
blob: 0c9672640924f953a1d70ca4738a37142b944a0d (plain)
1
2
3
4
5
6
7
8
9
#ifndef LIBNITROKEY_NK_STRNDUP_H
#define LIBNITROKEY_NK_STRNDUP_H

#ifdef __WIN32
char * strndup(const char* str, size_t maxlen);
#endif


#endif // LIBNITROKEY_NK_STRNDUP_H