home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 2
/
RISC_DISC_2.iso
/
pd_share
/
program
/
code
/
stubshack
/
HeapGraph
/
!HeapDisp
/
h
/
AddBlock
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-28
|
160 b
|
11 lines
#ifndef __AddBlock_h
#define __AddBlock_h
#ifndef __Structs_h
#include "Structs.h"
#endif
void AddBlock( app_block *app, int pos, int size, int ref);
#endif