repo.or.cz
/
hband-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
start tidy makefile
[hband-tools.git]
/
ssh-groupcommand
/
libstrtokdup.h
blob
4eca77d34a5adf6b17a8b591c95f4b7db74adbcf
1
2
#ifndef _INCLUDE_LIBSTRTOKDUP_H
3
#define _INCLUDE_LIBSTRTOKDUP_H
4
5
char
*
strtokdup
(
const char
*
s
,
unsigned int
nth
);
6
7
#endif