home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
C
/
Samples
/
CSAPE32.ARJ
/
INCLUDE
/
OAKHEAD.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-08-04
|
622b
|
37 lines
/*
oakhead.h
% Internal Oakland utility headers that are included in Oakland code.
11/28/88 by Ted.
OWL 1.2
Copyright (c) 1988, by Oakland Group, Inc.
ALL RIGHTS RESERVED.
Revision History:
-----------------
12/12/89 jmd added os-list headers
8/04/90 jmd added oakaux.h
*/
#include <stdio.h>
#include <string.h>
#include "oakland.h"
#include "ostdlib.h"
#include "oakalloc.h"
#include "oaktag.h"
#include "oakaux.h"
#include "oakerror.h"
#include "jadecl.h"
#include "oslist.h"
#include "commnobj.h"
#include "oboxdecl.h"
#include "oakpriv.h"
#include "oassert.h"