home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume25 / trash / part01 / wcache.h < prev   
Encoding:
C/C++ Source or Header  |  1992-03-22  |  139 b   |  11 lines

  1. #define    CACHEZ    4096
  2.  
  3. typedef struct cent    cent;
  4. struct cent
  5. {
  6.     unsigned long    c_addr;
  7.     unsigned long    *c_ptr;
  8. };
  9.  
  10. extern cent    wcache[CACHEZ];
  11.