start tidy makefile
[hband-tools.git] / ssh-groupcommand / libstrtokdup.h
blob4eca77d34a5adf6b17a8b591c95f4b7db74adbcf
2 #ifndef _INCLUDE_LIBSTRTOKDUP_H
3 #define _INCLUDE_LIBSTRTOKDUP_H
5 char* strtokdup(const char* s, unsigned int nth);
7 #endif