summaryrefslogtreecommitdiff
path: root/include/complex.h
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2008-08-07 15:07:48 +0000
committerDavid Schultz <das@FreeBSD.org>2008-08-07 15:07:48 +0000
commit5e9470f1d5a7c0f81150453fbbe1ab25c4717a67 (patch)
tree8025e6cf1286830dfa72a371de57c7ed4fc50aa8 /include/complex.h
parent419859bd0856f2504070f4d7d987c2360bc4b2c8 (diff)
Notes
Diffstat (limited to 'include/complex.h')
-rw-r--r--include/complex.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/complex.h b/include/complex.h
index ae81e3668927..1deab078212f 100644
--- a/include/complex.h
+++ b/include/complex.h
@@ -56,6 +56,10 @@ double complex conj(double complex) __pure2;
float complex conjf(float complex) __pure2;
long double complex
conjl(long double complex) __pure2;
+float complex cprojf(float complex) __pure2;
+double complex cproj(double complex) __pure2;
+long double complex
+ cprojl(long double complex) __pure2;
double creal(double complex) __pure2;
float crealf(float complex) __pure2;
long double creall(long double complex) __pure2;