FloatImg/experiment/cachengn.h

8 lines
133 B
C
Raw Normal View History

2021-10-18 05:23:35 +11:00
/*
* the chache engine - header
*/
void cachengn_print_version(int k);
2021-11-27 09:10:29 +11:00
int init_empty_cache(int iw, int ih, int szc, int nbre);