]> pd.if.org Git - pdclib/blobdiff - functions/stdlib/srand.c
Whitespace cleanups.
[pdclib] / functions / stdlib / srand.c
index 14422330c72591023334b89e7125143ce67a7201..39c37ecab04389fc94ec1f3dd78de1bd3a2b1443 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* srand( unsigned int )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -18,7 +16,8 @@ void srand( unsigned int seed )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {