repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
lib
/
libg++
/
g++-include
/
complex.h
blob
1411c22f0c0dc37043ab666119ba2cdd191e6ea9
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