File: tischar.h

package info (click to toggle)
swath 0.3.0.cvs20030404
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,564 kB
  • ctags: 545
  • sloc: sh: 6,926; cpp: 3,643; makefile: 151
file content (15 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// tischar.h - TIS-620 char set definitions
// Created: 19 Jan 1999
// Author:  Theppitak Karoonboonyanan <thep@links.nectec.or.th>
//

#ifndef TISCHAR_INC
#define TISCHAR_INC

typedef unsigned char tischar;

const tischar BAD_TISCHAR = 0x80;

#endif  // TISCHAR_INC