File: types.h

package info (click to toggle)
sim4 0.0.20121010-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,744 kB
  • sloc: ansic: 5,807; makefile: 23; sh: 15
file content (11 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SIM_TYPES_H
#define SIM_TYPES_H
/* $Id: types.h,v 1.1 2000/06/05 22:26:45 florea Exp $ */

#define NACHARS 128

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

#endif