File: mytypes.h

package info (click to toggle)
sabre 0.2.4b-13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,556 kB
  • ctags: 7,207
  • sloc: cpp: 36,934; ansic: 8,272; sh: 2,546; makefile: 227
file content (13 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MYTYPES_H_RCSID
#define MYTYPES_H_RCSID "$Id: mytypes.h,v 1.1 1994/10/19 16:27:27 brian Exp $"

#ifdef MSDOS
#include <sys\types.h>
#else
#include <sys/types.h>
#endif

typedef unsigned char uch;
typedef unsigned short ush;
typedef unsigned long ulg;
#endif /* MYTYPES_H_RCSID */