/* * tests du systeme de cache */ #include #include "cachengn.h" /* ------------------------------------------------------------ */ int main(int argc, char *argv[]) { fprintf(stderr, "Test of the cache engin - %s %s\n", __DATE__, __TIME__); return 0; } /* ------------------------------------------------------------ */