#ifndef SIM_TYPES_H
#define SIM_TYPES_H
/* $Id: sim_types.h,v 1.2 1998/06/06 07:02:48 schwartz Exp $ */

#define NACHARS 128

typedef int bool;
typedef int ss_t[NACHARS][NACHARS];
typedef unsigned char uchar;

#endif
