home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prof_c / readme.src
Encoding:
Text File  |  1988-08-11  |  1.9 KB  |  62 lines

  1. **************************
  2. ** Proficient C Sources **
  3. **************************
  4.  
  5.  
  6.                  R E M A R K S
  7.  
  8.     Files are stored on the diskette in subdirectories named for the original
  9. chapter (like \04stdlib) in which the code appeared or for the purpose served
  10. by the files (\lib\local).  Make working copies of the master diskette and
  11. store the original away in a safe place.
  12.     This distribution contains all of the source files plus some additional
  13. make files.  In addition, all source files for the utility library have been
  14. collected into the \util directory regardless of their original locations in
  15. the book.  
  16.  
  17.  
  18.                 D I S K E T T E
  19.  
  20.     If you have problems with the physical diskette, write to Microsoft:
  21.  
  22.     Microsoft Press
  23.     16011 N.E. 36th Way
  24.     Redmond, Washington 98073-9717
  25.  
  26.     If you have any questions about the files on the disks, send your
  27. written questions or comments directly to the author:
  28.  
  29.     Augie Hansen
  30.     Omniware
  31.     P.O.Box 37048
  32.     Denver, CO 80237
  33.  
  34.  
  35.                  D I R E C T O R I E S
  36.  
  37. 03dos\        Basis DOS interactions
  38. 04stdlib\    Standard library demonstration programs
  39. 05oslib\    System library packages
  40. 06user\        User interface routines
  41. 07config\    Custom configuration routines
  42. 08file\        Miscellaneous file-oriented utilities
  43. 09print\    A flexible print program
  44. 10dump\        A "debug"-style file dump utility
  45. 11screen\    Display handling routines
  46. 12sbuf\        A buffered-screen interface package
  47. 13ansi\        ANSI device driver interface routines
  48. 14view\        ViewFile -- a file viewing program
  49. util\        The utility routines
  50. include\local    The local header files
  51.  
  52.  
  53.                    F I L E S
  54.  
  55. readme.src    This information file.
  56. error.lst    A list of known errors in the first printing of the book
  57.         and fixes for them.
  58. tools.ini    The default inference rules for the MAKE program
  59.         (Place tools.ini in the same directory as your C compiler
  60.         programs or in any directory that is named in the path
  61.         string.)
  62.