Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!rws From: rws@EXPO.LCS.MIT.EDU (Bob Scheifler) Newsgroups: comp.windows.x Subject: stupid C question Message-ID: <8812300028.AA17754@EXPO.LCS.MIT.EDU> Date: 30 Dec 88 00:28:57 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 4 #define foo "abcde" Is sizeof(foo) defined to be 5, 6, or >=5? My Sun compiler gives 6, I have a bug report claiming it should be 5, and the C manuals I have are no help.