home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / dobbs / v16n10 / string.exe / STRIDTOR.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-30  |  156 b   |  11 lines

  1. #include <string.h>
  2. #include <ctype.h>
  3. #include <errno.h>
  4. #include <string.hpp>
  5.  
  6. String::~String()
  7. {
  8.     if (--rp->refs < 1)
  9.         delete rp;
  10. }
  11.