]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - monop/monop.h
WARNSify
[bsdgames-darwin.git] / monop / monop.h
index 2198d7dde2ff4d84ded03c5ea811eef19110d6e0..1c7b161d818af7b2c4c7468361827f470e71dc9a 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: monop.h,v 1.5 1997/03/29 20:42:25 thorpej Exp $        */
+
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     from: @(#)monop.h       5.5 (Berkeley) 6/1/90
- *     $Id: monop.h,v 1.2 1993/08/01 18:53:46 mycroft Exp $
+ *     @(#)monop.h     8.1 (Berkeley) 5/31/93
  */
 
 # include      <stdio.h>
+# include      <stdlib.h>
+# include      <string.h>
 
 # define       reg     register
+#ifdef __CHAR_UNSIGNED__
+# define       shrt    short
+#else
 # define       shrt    char
+#endif
 # define       bool    char
 # define       unsgn   unsigned