home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CSAPE32.ARJ / INCLUDE / OAKHEAD.H < prev    next >
C/C++ Source or Header  |  1990-08-04  |  622b  |  37 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.2
  9.     Copyright (c) 1988, by Oakland Group, Inc.
  10.     ALL RIGHTS RESERVED.
  11.  
  12.     Revision History:
  13.     -----------------
  14.     12/12/89 jmd    added os-list headers
  15.      8/04/90 jmd    added oakaux.h
  16. */
  17.  
  18. #include <stdio.h>
  19. #include <string.h>
  20.  
  21. #include "oakland.h"
  22.  
  23. #include "ostdlib.h"
  24.  
  25. #include "oakalloc.h"
  26. #include "oaktag.h"
  27. #include "oakaux.h"
  28. #include "oakerror.h"
  29. #include "jadecl.h"
  30. #include "oslist.h"
  31. #include "commnobj.h"
  32. #include "oboxdecl.h"
  33.  
  34. #include "oakpriv.h"
  35. #include "oassert.h"
  36.  
  37.