]> pd.if.org Git - pdclib/blobdiff - functions/_PDCLIB/seed.c
Comment cleanups.
[pdclib] / functions / _PDCLIB / seed.c
index df0c55dc61025d78b1168d4f1cb290f34f3e1300..14cd4f48de25e201960b4b2dce71823782ae8ddb 100644 (file)
@@ -1,7 +1,3 @@
-/* $Id$ */
-
-/* Release $Name$ */
-
 /* _PDCLIB_seed
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -13,9 +9,8 @@ unsigned long int _PDCLIB_seed = 1;
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
-    BEGIN_TESTS;
     /* no tests for raw data */
     return TEST_RESULTS;
 }