00001 #ifndef SIM_TYPES_H 00002 #define SIM_TYPES_H 00003 /* $Id: types.h,v 1.1.1.1 2007-07-13 03:44:06 kzhou Exp $ */ 00004 00005 #define NACHARS 128 //number of nucleic acid symbols 00006 00007 //typedef int bool; 00008 typedef int ss_t[NACHARS][NACHARS]; 00009 //typedef unsigned char uchar; 00010 00011 #endif
1.5.6