home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / SOURCE / OWLSCR / OAKERRNO.C < prev    next >
Encoding:
C/C++ Source or Header  |  1990-09-21  |  292 b   |  19 lines

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