/* File: slength.h
   
   Header file for StringLength function.
*/

#ifndef _slength_h
#define _slength_h

int StringLength(char *) ;

#endif
