X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdlib%2Fsrand.c;h=3478cb09df60a87ec460f1254d173b929b472083;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hp=14422330c72591023334b89e7125143ce67a7201;hpb=b08f4b52b1cd1f7a9553c0f357a7c90859fa3e73;p=pdclib diff --git a/functions/stdlib/srand.c b/functions/stdlib/srand.c index 1442233..3478cb0 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,7 @@ void srand( unsigned int seed ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {