home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 127_01 / fio1.h < prev    next >
Text File  |  1985-03-10  |  2KB  |  33 lines

  1. /*********************************************************************\
  2. ** .---------------------------------------------------------------. **
  3. ** |                                                               | **
  4. ** |                                                               | **
  5. ** |         Copyright (c) 1981, 1982, 1983 by Eric Martz.         | **
  6. ** |                                                               | **
  7. ** |                                                               | **
  8. ** |       Permission is hereby granted to use this source         | **
  9. ** |       code only for non-profit purposes. Publication of       | **
  10. ** |       all or any part of this source code, as well as         | **
  11. ** |       use for business purposes is forbidden without          | **
  12. ** |       written permission of the author and copyright          | **
  13. ** |       holder:                                                 | **
  14. ** |                                                               | **
  15. ** |                          Eric Martz                           | **
  16. ** |                         POWER  TOOLS                          | **
  17. ** |                    48 Hunter's Hill Circle                    | **
  18. ** |                      Amherst MA 01002 USA                     | **
  19. ** |                                                               | **
  20. ** |                                                               | **
  21. ** `---------------------------------------------------------------' **
  22. \*********************************************************************/
  23.  
  24. /* SEE FIO3.H FOR EXPLANATION */
  25.  
  26. /* FOR 2 IO FILES SIMULTANEOUSLY, NIOBUFS=2. THIS MEANS _iob[0] THRU
  27.    _iob[1].  HOWEVER, NIOBUFS IS STORED IN bufuse[0], THUS THE FIRST
  28.    BUFFER _iob[0] CORRESPONDS TO bufuse[1]. */
  29.  
  30. char _iob[NIOBUFS][BUFSIZ];
  31. int bufuse[NIOBUFS+1];
  32.       | **
  33. ** |       holder: