home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSMEM.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  726b  |  28 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.  
  13. #ifndef __CSMEM_H
  14. #define __CSMEM_H
  15.  
  16. #include "cscmplr.h"
  17.  
  18. #ifdef _CP_001
  19. #include "mem.h"
  20. #endif
  21.  
  22. #ifdef _CP_002
  23. #include "memory.h"
  24. #endif
  25.  
  26.  
  27. #endif
  28.