home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_03 / 3n03025e < prev    next >
Text File  |  1992-02-08  |  244b  |  8 lines

  1. typedef struct {
  2.       Req_Head p_rh;          // request header
  3.       unsigned char p_amode;  // addressing mode
  4.       unsigned long p_start;  // starting sector
  5.       unsigned long p_numb;   // number of sectors
  6.       }  Play_packet;
  7.  
  8.