home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0423.ZIP / CCE_0423.PD / INCLUD83.ZOO / alloc.h < prev    next >
C/C++ Source or Header  |  1992-07-20  |  80b  |  7 lines

  1. #ifndef _ALLOC_H
  2. #define _ALLOC_H
  3.  
  4. #include <memory.h>
  5.   
  6. #endif /* _ALLOC_H */
  7.