mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
9 lines
131 B
C++
9 lines
131 B
C++
// Main header for -*- C++ -*- valarray classes.
|
|
|
|
#ifndef __VALARRAY__
|
|
#define __VALARRAY__
|
|
|
|
#include <std/std_valarray.h>
|
|
|
|
#endif
|