repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed compatibility of output.
[AROS.git]
/
test
/
rexx
/
simplerexx
/
stptok.h
blob
54625153cb0a7f7710d847c9fd685049128a92f9
1
#ifndef STPTOK_H
2
#define STPTOK_H
3
4
char
*
stptok
(
const char
*
s
,
char
*
tok
,
size_t
toklen
,
const char
*
brk
);
5
6
#endif