]> pd.if.org Git - pdclib/blobdiff - functions/math/hypot.c
Re-import from Subversion.
[pdclib] / functions / math / hypot.c
index b4412aa3bfccd11845278ff5f599113549565bea..83dc672f8b46265be2d03b54bf6e9d0393bf6111 100644 (file)
@@ -1,9 +1,9 @@
-// ----------------------------------------------------------------------------
-// $Id$
-// ----------------------------------------------------------------------------
-// Public Domain C Library - http://pdclib.sourceforge.net
-// This code is Public Domain. Use, modify, and redistribute at will.
-// ----------------------------------------------------------------------------
+/* ----------------------------------------------------------------------------
+ * $Id$
+ * ----------------------------------------------------------------------------
+ * Public Domain C Library - http://pdclib.sourceforge.net
+ * This code is Public Domain. Use, modify, and redistribute at will.
+ * --------------------------------------------------------------------------*/
 
 double hypot( double x, double y ) { /* TODO */ };