#ifndef _FINDTOKEN_H #define _FINDTOKEN_H #include CONST_STRPTR FindToken(CONST_STRPTR string, CONST_STRPTR token); #endif /* _FINDTOKEN_H */