home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / resources / etexts / gems / gemsiii / alloc / alloc.h < prev    next >
C/C++ Source or Header  |  1992-03-17  |  214b  |  13 lines

  1. /* alloc.h
  2.  *
  3.  * Header for alloc.c
  4.  *
  5.  * The type alloc_handle_t provides an opaque reference to the
  6.  * alloc pool - only the alloc routines know its structure.
  7.  */
  8.  
  9. typedef
  10. struct { int dummy; }
  11. alloc_handle_t;
  12.  
  13.