home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / drdobbs / ddjcompr / urban / head.h < prev    next >
C/C++ Source or Header  |  1991-04-30  |  281b  |  25 lines

  1. #define TSIZE 3
  2. #define AK 314
  3. #define BK 2718
  4. #define HKSIZE 710123
  5. #define AV 271
  6. #define BV 3141
  7. #define HVSIZE 551233
  8. #define MAXCOUNT 9
  9.  
  10. struct HENTRY
  11. {
  12.   unsigned int v;
  13.   unsigned char z,o;
  14. };
  15.  
  16. struct ZENTRY
  17. {
  18.   unsigned int z,s;
  19. };
  20.  
  21. struct HDENTRY
  22. {
  23.   unsigned int k,v;
  24. };
  25.