cache.h 128 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #ifndef _CACHE_H #define _CACHE_H #define NUM_CHAR_VALUES 256 typedef unsigned char page_t[PAGE_SIZE]; #endif /* _CACHE_H */