Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!mccaugh From: mccaugh@s.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Re: A new one on me... Message-ID: <207600052@s.cs.uiuc.edu> Date: 30 Nov 89 17:36:20 GMT References: <221224@<1989Nov28> Lines: 8 Nf-ID: #R:<1989Nov28:221224:s.cs.uiuc.edu:207600052:000:357 Nf-From: s.cs.uiuc.edu!mccaugh Nov 29 17:41:00 1989 This is just a guess, but it seems that -- since '' might refer to the null string, which is indicated in C by the lone null-terminator '\0' -- that the notation: c == '' (c being of type char) might be a local ver- nacular for: c == '\0'. (This is in spite of the fact that the null string should be indicated in C by "" rather than by ''!) Scott