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

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Header file to include all the header files of 
  7.        the CSA library. 
  8.        (General purpose, non-database, functions.)
  9.  
  10.                                            Copyright(c) 1994-1997 
  11.                                                           ComBits 
  12.                                                   The Netherlands 
  13. ***********************************************************************/
  14.  
  15. #ifndef __CSA_H
  16. #define __CSA_H
  17.  
  18. #include "cskeys.h"
  19. #include "csdate.h"
  20. #include "csmalloc.h"
  21. #include "cstime.h"
  22. #include "csmess.h"
  23. #include "csheap.h"
  24. #include "csfile.h"
  25.  
  26. #endif
  27.