home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c185 / 2.ddi / OWLSRC.EXE / CSCAPE / SOURCE / OAKERRNO.C < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  245 b   |  18 lines

  1. /*
  2.     oakerrno.c  
  3.  
  4.     % Contains oak_errno global variable
  5.  
  6.     OWL 1.1
  7.     Copyright (c) 1986, 1987, 1988 by Oakland Group, Inc.
  8.     ALL RIGHTS RESERVED.
  9.  
  10.     Revision History:
  11.     -----------------
  12. */
  13.  
  14. #include "oakhead.h"
  15.  
  16. int oak_errno = 0;
  17.  
  18.