X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fseed.c;h=ce7c31c539b6fd03d09f20cc1fdb2b2ad13bbd03;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=eba80254715f3613476941bb7ea007cc4bcd24f9;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/functions/_PDCLIB/seed.c b/functions/_PDCLIB/seed.c index eba8025..ce7c31c 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,7 +7,8 @@ unsigned long int _PDCLIB_seed = 1; #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {