X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=37c9b4798895dbfc8b64aa21a10078d737e9f025;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=df0c55dc61025d78b1168d4f1cb290f34f3e1300;hpb=8a210237d6ac0dfb36ca14b5aebe8be2b967b9e6;p=pdclib diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index df0c55d..37c9b47 100644 --- a/functions/_PDCLIB/seed.c +++ b/functions/_PDCLIB/seed.c @@ -1,7 +1,3 @@ -/* $Id$ */ - -/* Release $Name$ */ - /* _PDCLIB_seed This file is part of the Public Domain C Library (PDCLib). @@ -11,11 +7,10 @@ unsigned long int _PDCLIB_seed = 1; #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" -int main() +int main( void ) { - BEGIN_TESTS; /* no tests for raw data */ return TEST_RESULTS; }