/* * the chache engine - code */ #include #include "cachengn.h" /* ------------------------------------------------------------ */ void cachengn_print_version(int k) { printf("this is the version ZERO !!!\n"); } /* ------------------------------------------------------------ */