]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/rand.c
Re-import from Subversion.
[pdclib] / functions / stdlib / rand.c
index 967ae2fcff1e24b5653c15a3830198285db3658a..abe58f6fd9e2bf17ccd5adccfce5326d8138f1a7 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.
+ * --------------------------------------------------------------------------*/
 
 int rand( void ) { /* TODO */ };
 void srand( unsigned int seed ) { /* TODO */ };