]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/rand.c
Whitespace cleanups.
[pdclib] / functions / stdlib / rand.c
index 40d782448421c4e1201fe31b7dd97aff3c16d94c..779b3b2371e777c046d13474cd5e71a5f6151df5 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* rand( void )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -19,7 +17,8 @@ int rand( void )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {