home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sams Teach Yourself C in 21 Days (6th Edition)
/
STYC216E.ISO
/
mac
/
Dev-C++
/
_SETUP.6
/
Group14
/
valarray
< prev
next >
Wrap
Text File
|
2000-01-21
|
131b
|
9 lines
// Main header for -*- C++ -*- valarray classes.
#ifndef __VALARRAY__
#define __VALARRAY__
#include <std/std_valarray.h>
#endif