I would like to run quite old C code which requires file headers as follows:

#include "nrutil.h
#include "nr.h"
#include "general.h"
#include "other.h"
#include "memory.h"
#include "experimental.h"
#include "corrinfo.h"

Is there any good online database where I could download such files from?
Thank you.