home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSALLOC.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  730b  |  27 lines

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Header file to maintain compatibility between compilers.
  7.  
  8.                                            Copyright(c) 1994-1997 
  9.                                                           ComBits 
  10.                                                   The Netherlands 
  11. ***********************************************************************/
  12. #ifndef __CSALLOC_H
  13. #define __CSALLOC_H
  14.  
  15. #include "cscmplr.h"
  16.  
  17. #ifdef _CP_001
  18. #include "alloc.h"
  19. #endif
  20.  
  21. #ifdef _CP_002
  22. #include "malloc.h"
  23. #endif
  24.  
  25.  
  26. #endif
  27.