#ifndef MPLIB1_MPSTRTOK #define MPLIB1_MPSTRTOK /* ******************************************************************************* * Copyright (c) 1996 Martin Poole * ******************************************************************************* ** ** WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! WARNING !! ** ** Any changes to be made to this file should first be checked with ** mplib1 source control for library integrity. ** ** mplib1 source control can be reached at mplib1@quatermass.co.uk ** * * $Source$ * $Author$ * $Date$ * $Revision$ * Purpose : replacement for strtok * allows for concurrent analysis * ******************************************************************************* * * Change History * * $Log$ * ******************************************************************************* */ #ident "$Header$" extern char * mpstrtok( char *str, void **ftok, const char *seps ); #endif /* -- End of File -- */