]> pd.if.org Git - pdclib/blobdiff - functions/math/remainder.c
Re-import from Subversion.
[pdclib] / functions / math / remainder.c
index 08f167adf71ae072abf89002ca9f0c5a6a3e3bd4..170cae210d38a3de11dcbbb68884ca5ad4396980 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 remainder( double x, double y ) { /* TODO */ };