/* Copyright 1991,1990 Eric R. Smith. All rights reserved. */ #ifndef _types_h #define _types_h #ifndef dLibs typedef unsigned long ulong; typedef unsigned short ushort; typedef unsigned char uchar; #endif typedef long (*Func)(); #endif