X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=98ecf96276099ac65d2ec2141f4df690c36b8952;hb=65b97c0d355f87ddec19e391518cc7ecc849badc;hp=df0c55dc61025d78b1168d4f1cb290f34f3e1300;hpb=018bb4d66e9e10c0dc17e6f5f4f91b875dc2c151;p=pdclib.old diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index df0c55d..98ecf96 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_PDCLIB/seed.c @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* _PDCLIB_seed This file is part of the Public Domain C Library (PDCLib). @@ -13,9 +11,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; }