xref: /386bsd/usr/include/nonstd/gnu/g++/complex.h (revision a2142627)
1 #ifndef _complex_h
2 #ifdef __GNUG__
3 #pragma once
4 #endif
5 #define _complex_h
6 #define __ATT_complex__
7 #include <Complex.h>
8 typedef class Complex complex;
9 #endif
10