/* * the chache engine - code */ #include #include "cachengn.h" /* ------------------------------------------------------------ */ void cachengn_print_version(int k) { printf("this is the version ZERO !!!\n"); } /* ------------------------------------------------------------ */ int init_empty_cache(int iw, int ih, int szc, int nbre) { return -1; } /* ------------------------------------------------------------ */ /* ------------------------------------------------------------ */