Fixed compatibility of output.
[AROS.git] / test / rexx / simplerexx / stptok.h
blob54625153cb0a7f7710d847c9fd685049128a92f9
1 #ifndef STPTOK_H
2 #define STPTOK_H
4 char *stptok(const char *s, char *tok, size_t toklen,const char *brk);
6 #endif