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

  1. /*
  2.     oakhead.h
  3.  
  4.     % Internal Oakland utility headers that are included in Oakland code.
  5.  
  6.     11/28/88  by Ted.
  7.  
  8.     OWL 1.1
  9.     Copyright (c) 1988, by Oakland Group, Inc.
  10.     ALL RIGHTS RESERVED.
  11.  
  12.     Revision History:
  13.     -----------------
  14. */
  15.  
  16. #include <stdio.h>
  17. #include <string.h>
  18.  
  19. #include "oakland.h"
  20.  
  21. #include "ostdlib.h"
  22.  
  23. #include "oakalloc.h"
  24. #include "oaktag.h"
  25. #include "oakerror.h"
  26. #include "commnobj.h"
  27. #include "oboxdecl.h"
  28.  
  29. #include "oakpriv.h"
  30. #include "oassert.h"
  31.  
  32.