FloatImg/experiment/cachengn.h

8 lines
133 B
C
Raw Normal View History

2021-10-17 20:23:35 +02:00
/*
* the chache engine - header
*/
void cachengn_print_version(int k);
2021-11-26 23:10:29 +01:00
int init_empty_cache(int iw, int ih, int szc, int nbre);