]> pd.if.org Git - pdclib.old/blobdiff - functions/stdlib/srand.c
Porting current working set from CVS.
[pdclib.old] / functions / stdlib / srand.c
index f207de87f9514bd2bbda077de168105993b48dba..21d48a59a9e1e059f8155637920c0376749e4195 100644 (file)
@@ -22,9 +22,8 @@ void srand( unsigned int seed )
 #ifdef TEST
 #include <_PDCLIB_test.h>
 
-int main()
+int main( void )
 {
-    BEGIN_TESTS;
     /* tested in rand.c */
     return TEST_RESULTS;
 }