/***   hash.h   ***/

#define STNG_max	5000

extern int  STNG_pointer;
extern char STNG[];

int  insert(int,int);
void init_HASH(void);