]> pd.if.org Git - pdclib/blobdiff - functions/complex/creal.c
Re-import from Subversion.
[pdclib] / functions / complex / creal.c
index dae0f03e10447ee326692b2c23b09424e2798f4b..2e532b1ec1807d45af065b95a53f689d3d3e51f4 100644 (file)
@@ -1,21 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
-
-// ----------------------------------------------------------------------------
-// C++
-
-double real( double _Complex x ) { /* TODO */ };
-float real( float _Complex x ) { /* TODO */ };
-long double real( long double _Complex x ) { /* TODO */ };
-float creal( float _Complex x ) { /* TODO */ };
-long double creal( long double _Complex x ) { /* TODO */ };
-
-// ----------------------------------------------------------------------------
-// Standard C
+/* ----------------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------------
+ * Public Domain C Library - http://pdclib.sourceforge.net
+ * This code is Public Domain. Use, modify, and redistribute at will.
+ * --------------------------------------------------------------------------*/
 
 double creal( double _Complex x ) { /* TODO */ };
 float crealf( float _Complex x ) { /* TODO */ };