#ifndef MPLIB1_SAFESTRING #define MPLIB1_SAFESTRING /* ******************************************************************************* * 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 : Safe string functions * ******************************************************************************* * * Change History * * $Log$ * ******************************************************************************* */ #ident "$Header$" extern size_t Sstrlen( const char *str1 ); extern char *Sstrcpy( char *str1, const char *str2 ); #endif /* -- End of File -- */