19 lines
301 B
C
19 lines
301 B
C
|
/*
|
||
|
* the chache engine - code
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
|
||
|
#include "cachengn.h"
|
||
|
|
||
|
/* ------------------------------------------------------------ */
|
||
|
|
||
|
void cachengn_print_version(int k)
|
||
|
{
|
||
|
|
||
|
printf("this is the version ZERO !!!\n");
|
||
|
|
||
|
}
|
||
|
|
||
|
/* ------------------------------------------------------------ */
|