home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume1 / 8707 / 62 / dsc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-13  |  85 b   |  9 lines

  1. /*
  2.  * Standard VMS string descriptor
  3.  */
  4.  
  5. struct dsc {
  6.     int d_len;
  7.     char * d_buf;
  8. };
  9.