X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fsrand.c;h=39c37ecab04389fc94ec1f3dd78de1bd3a2b1443;hb=d865c4403fc91d1f1ac95ba76febcee9f429bb97;hp=14422330c72591023334b89e7125143ce67a7201;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/functions/stdlib/srand.c b/functions/stdlib/srand.c index 1442233..39c37ec 100644 --- a/functions/stdlib/srand.c +++ b/functions/stdlib/srand.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* srand( unsigned int ) This file is part of the Public Domain C Library (PDCLib). @@ -18,7 +16,8 @@ void srand( unsigned int seed ) #endif #ifdef TEST -#include <_PDCLIB_test.h> + +#include "_PDCLIB_test.h" int main( void ) {