home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_07_07 / v7n7033a.txt < prev    next >
Text File  |  1989-09-04  |  383b  |  22 lines

  1.  
  2.  
  3. Listing 3
  4.  
  5. original string...
  6.   35A5:0053 -> abcdefghijklmnopqrs
  7. sub-string to be searched...
  8.   35AB:0000 -> nopqrs
  9. character to be found? a
  10. calling strrchr...
  11.   35AB:0006 -> 
  12.   35AB:0005 -> s
  13.   35AB:0004 -> rs
  14.   35AB:0003 -> qrs
  15.   35AB:0002 -> pqrs
  16.   35AB:0001 -> opqrs
  17.   35AB:0000 -> nopqrs
  18.   25AB:FFFF -> m
  19. value returned by strrchr...
  20.   0000:0000 -> NULL
  21.  
  22.