home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_08 / 2n08066a < prev    next >
Text File  |  1991-06-30  |  112b  |  11 lines

  1. struct hn_port
  2.     {
  3. #ifdef MSDOS
  4.     int number;
  5. #else /* UNIX */
  6.     FILE *in, *out;
  7. #endif
  8.     int errno;
  9.     };
  10.  
  11.