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