1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)pxerrors.h	5.1 (Berkeley) 6/7/85
   7:  */
   8: 
   9: #define NERRORS 39
  10: 
  11: char *pxerrmsg[];
  12: 
  13: #define ESIGNAL     SIGTRAP
  14: 
  15: #define ESTKOVER    37
  16: #define EOVERFLOW   39

Defined variables

pxerrmsg defined in line 11; used 1 times

Defined macros

EOVERFLOW defined in line 16; never used
ESIGNAL defined in line 13; used 2 times
ESTKOVER defined in line 15; never used
NERRORS defined in line 9; never used

Usage of this include

Last modified: 1985-06-07
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1872
Valid CSS Valid XHTML 1.0 Strict