//
// THIS FILE IS COPYRIGHT 1994, 1995 BY TELENOR RESEARCH, NORWAY
//
//                        ALL RIGHTS RESERVED.
//
// For rights granted to the public see the COPYRIGHT file
//
//
// div.h  	Various utility routines
//
// Author:  950128 Bård Håfjeld
//
#ifndef DIVH
#define DIVH

extern int strcmp8(unsigned const char *s1, unsigned const char *s2);
extern int strncmp8(unsigned const char *s1, unsigned const char *s2, int length);
extern void addEscapeCode(unsigned char *s);

#endif

