git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Lots of work on the AcessNative kernel
[tpg/acess2.git]
/
AcessNative
/
acesskernel_src
/
include
/
heap.h
1
/**
2
*/
3
#ifndef _HEAP_H_
4
#define _HEAP_H_
5
6
// NOP (stdlib.h defines the heap functions)
7
// Heap_Allocate is used in _strdup
8
extern void *Heap_Allocate(const char *File, int Line, int ByteCount);
9
10
#endif
UCC
git Repository :: git.ucc.asn.au