]> pd.if.org Git - pdclib/blobdiff - functions/math/round.c
Re-import from Subversion.
[pdclib] / functions / math / round.c
index b2abcd1f805c588735c8f873ede453db5b7b712c..d5a052b7ed3c44fc27d42f24b6b4d274956110c3 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.
+ * --------------------------------------------------------------------------*/
 
 long long llround( double x ) { /* TODO */ };
 long long llroundf( float x ) { /* TODO */ };