8 lines
133 B
C
8 lines
133 B
C
/*
|
|
* the chache engine - header
|
|
*/
|
|
|
|
void cachengn_print_version(int k);
|
|
|
|
int init_empty_cache(int iw, int ih, int szc, int nbre);
|