home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource2 / sclib_1 / 1_7 / v7n7033a.txt < prev    next >
Encoding:
Text File  |  1995-11-01  |  383 b   |  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.