home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / bytewarp.zip / WORDCAT.H < prev   
Text File  |  1995-04-03  |  2KB  |  82 lines

  1. /*
  2. ** wordcat.h
  3. ** Word catalog
  4. ** BYTEmark (tm)
  5. ** BYTE's Native Mode Benchmarks
  6. ** Rick Grehan, BYTE Magazine
  7. **
  8. ** Creation:
  9. ** Revision: 3/95
  10. **
  11. ** DISCLAIMER
  12. ** The source, executable, and documentation files that comprise
  13. ** the BYTEmark benchmarks are made available on an "as is" basis.
  14. ** This means that we at BYTE Magazine have made every reasonable
  15. ** effort to verify that the there are no errors in the source and
  16. ** executable code.  We cannot, however, guarantee that the programs
  17. ** are error-free.  Consequently, McGraw-HIll and BYTE Magazine make
  18. ** no claims in regard to the fitness of the source code, executable
  19. ** code, and documentation of the BYTEmark.
  20. **  Furthermore, BYTE Magazine, McGraw-Hill, and all employees
  21. ** of McGraw-Hill cannot be held responsible for any damages resulting
  22. ** from the use of this code or the results obtained from using
  23. ** this code.
  24. */
  25.  
  26. /*
  27. ** Word catalog
  28. */
  29. #define WORDCATSIZE 50
  30.  
  31. char *wordcatarray[WORDCATSIZE] =
  32. {    "Hello",
  33.     "He",
  34.     "Him",
  35.     "the",
  36.     "this",
  37.     "that",
  38.     "though",
  39.     "rough",
  40.     "cough",
  41.     "obviously",
  42.     "But",
  43.     "but",
  44.     "bye",
  45.     "begin",
  46.     "beginning",
  47.     "beginnings",
  48.     "of",
  49.     "our",
  50.     "ourselves",
  51.     "yourselves",
  52.     "to",
  53.     "together",
  54.     "togetherness",
  55.     "from",
  56.     "either",
  57.     "I",
  58.     "A",
  59.     "return",
  60.     "However",
  61.     "that",
  62.     "example",
  63.     "yet",
  64.     "quickly",
  65.     "all",
  66.     "if",
  67.     "were",
  68.     "includes",
  69.     "always",
  70.     "never",
  71.     "not",
  72.     "small",
  73.     "returns",
  74.     "set",
  75.     "basic",
  76.     "Entered",
  77.     "with",
  78.     "used",
  79.     "shown",
  80.     "you",
  81.     "know" };
  82.