source: trunk/include/heapcode.h@ 4927

Last change on this file since 4927 was 2031, checked in by sandervl, 26 years ago

added

File size: 331 bytes
Line 
1/* $Id: heapcode.h,v 1.1 1999-12-09 00:50:46 sandervl Exp $ */
2/*
3 * Code heap functions for OS/2
4 *
5 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
6 *
7 */
8#ifndef __HEAPCODE_H__
9#define __HEAPCODE_H__
10
11#include <heapshared.h>
12
13BOOL InitializeCodeHeap();
14void DestroyCodeHeap();
15
16void *_cmalloc(size_t size);
17
18#endif
Note: See TracBrowser for help on using the repository browser.