home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / include / g++-3 / valarray < prev    next >
Encoding:
Text File  |  2001-08-27  |  139 b   |  9 lines

  1. // Main header for -*- C++ -*- valarray classes.
  2.  
  3. #ifndef __VALARRAY__
  4. #define __VALARRAY__
  5.  
  6. #include <std/std_valarray.h>
  7.  
  8. #endif
  9.