home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 3
/
RISC_DISC_3.iso
/
resources
/
etexts
/
gems
/
gemsiii
/
alloc
/
alloc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-03-17
|
214b
|
13 lines
/* alloc.h
*
* Header for alloc.c
*
* The type alloc_handle_t provides an opaque reference to the
* alloc pool - only the alloc routines know its structure.
*/
typedef
struct { int dummy; }
alloc_handle_t;