home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / std / c / 3061 < prev    next >
Encoding:
Internet Message Format  |  1992-11-24  |  830 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!csn!zeppo.uccs.edu!sanluis!dbbergac
  2. From: dbbergac@sanluis (Dave Bergacker)
  3. Newsgroups: comp.std.c
  4. Subject: Correction to Return value from....
  5. Date: 24 Nov 1992 00:13:25 GMT
  6. Organization: University of Colorado at Colorado Springs
  7. Lines: 11
  8. Message-ID: <1ers35INN7nq@zeppo.uccs.edu>
  9. NNTP-Posting-Host: sanluis.uccs.edu
  10. X-Newsreader: TIN [version 1.1 PL6]
  11.  
  12.  
  13. In the provious article, I had char *s1 = "mom", *s2 = "dad";
  14. the interesting case is not this one but
  15. char *s1 = "mom", *s2 = "mob", as the first case doesn't
  16. generate a recursive call.  I probably also forgot a return
  17. or exit at the end of main.  Sorry for not expressing the 
  18. problem better the 1st time.
  19. --
  20. Thanks,
  21.     Dave Bergacker
  22. The opinions expressed are not those of UCCS, nor should they be.
  23.