source:
trunk/include/heapcode.h@
3830
Last change on this file since 3830 was 2031, checked in by , 26 years ago | |
---|---|
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 | |
13 | BOOL InitializeCodeHeap(); |
14 | void DestroyCodeHeap(); |
15 | |
16 | void *_cmalloc(size_t size); |
17 | |
18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.