diff options
author | Warner Losh <imp@FreeBSD.org> | 2002-03-23 17:24:55 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2002-03-23 17:24:55 +0000 |
commit | bb28f3c29b4c91af1b0e79e456294bb08735648a (patch) | |
tree | b4ea687a7ecac173665d9f3a8a858a98631f494e /include/complex.h | |
parent | 194788fafcb927f0affa1a56e21a1e8373f81f9c (diff) | |
download | src-test2-bb28f3c29b4c91af1b0e79e456294bb08735648a.tar.gz src-test2-bb28f3c29b4c91af1b0e79e456294bb08735648a.zip |
Notes
Diffstat (limited to 'include/complex.h')
-rw-r--r-- | include/complex.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/complex.h b/include/complex.h index faf43da00047..88cc5b559edb 100644 --- a/include/complex.h +++ b/include/complex.h @@ -41,12 +41,12 @@ __BEGIN_DECLS -double cabs __P((double complex)); -float cabsf __P((float complex)); -double cimag __P((double complex)); -float cimagf __P((float complex)); -double creal __P((double complex)); -float crealf __P((float complex)); +double cabs(double complex); +float cabsf(float complex); +double cimag(double complex); +float cimagf(float complex); +double creal(double complex); +float crealf(float complex); __END_DECLS |