Date: Tue, 10 Oct 1995 12:45:13 -0700 From: Paul Traina <pst@shockwave.com> To: "Garrett A. Wollman" <wollman@lcs.mit.edu> Cc: Terry Lambert <terry@lambert.org>, ache@astral.msk.su, Kai.Vorma@hut.fi, current@freebsd.org Subject: Re: tail dumps core Message-ID: <199510101945.MAA02622@precipice.shockwave.com> In-Reply-To: Your message of "Tue, 10 Oct 1995 15:01:35 EDT." <9510101901.AA10410@halloran-eldar.lcs.mit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
From: "Garrett A. Wollman" <wollman@lcs.mit.edu>
Subject: Re: tail dumps core
memset(&i, 0, sizeof i);
if (i == 0) {
printf("your machine is normal\n");
} else {
printf("your machine is really weird, but allowed by the"
" C standard\n");
}
How could this possibly be allowed by the C standard? I'm utterly
confused.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510101945.MAA02622>
