FloatImg/experiment/cachengn.c

19 lines
301 B
C
Raw Normal View History

2021-10-17 20:23:35 +02:00
/*
* the chache engine - code
*/
#include <stdio.h>
#include "cachengn.h"
/* ------------------------------------------------------------ */
void cachengn_print_version(int k)
{
printf("this is the version ZERO !!!\n");
}
/* ------------------------------------------------------------ */