forked from tTh/FloatImg
19 lines
341 B
C
19 lines
341 B
C
/*
|
|
* tests du systeme de cache
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "cachengn.h"
|
|
|
|
/* ------------------------------------------------------------ */
|
|
int main(int argc, char *argv[])
|
|
{
|
|
|
|
fprintf(stderr, "Test of the cache engin - %s %s\n", __DATE__, __TIME__);
|
|
|
|
return 0;
|
|
}
|
|
/* ------------------------------------------------------------ */
|
|
|