home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_10_07 / 1007050a < prev    next >
Text File  |  1992-04-07  |  226b  |  7 lines

  1.  
  2.  #define READ_EQUAL_REC                           0
  3.  
  4.  #define read_equal_rec(segs,buffer,file)  (*file_operations[READ_EQUAL_REC] \
  5.                                                   [file->filetype])(segs,buffer,file)
  6.  
  7.