X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdlib%2Fsrand.c;h=21d48a59a9e1e059f8155637920c0376749e4195;hp=f207de87f9514bd2bbda077de168105993b48dba;hb=12e17136786afb1775c9dc946cbe41f5e230c24a;hpb=9489b93733c00be5a94e2ee5b349457c78184a1a diff --git a/functions/stdlib/srand.c b/functions/stdlib/srand.c index f207de8..21d48a5 100644 --- a/functions/stdlib/srand.c +++ b/functions/stdlib/srand.c @@ -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; }