X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=eba80254715f3613476941bb7ea007cc4bcd24f9;hp=df0c55dc61025d78b1168d4f1cb290f34f3e1300;hb=12e17136786afb1775c9dc946cbe41f5e230c24a;hpb=9489b93733c00be5a94e2ee5b349457c78184a1a diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index df0c55d..eba8025 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_PDCLIB/seed.c @@ -13,9 +13,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; }