Sync usage with man page.
[netbsd-mini2440.git] / gnu / lib / libg++ / g++-include / complex.h
blob1411c22f0c0dc37043ab666119ba2cdd191e6ea9
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