Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!yale!cs.utexas.edu!usc!orion.oac.uci.edu!uci-ics!gateway From: rfg@paris.ics.uci.edu (Ronald Guilmette) Newsgroups: comp.std.c Subject: Is "void f(int i) { return (void)i; }" legal? Message-ID: <261E9779.25257@paris.ics.uci.edu> Date: 8 Apr 90 01:44:25 GMT Organization: UC Irvine Department of ICS Lines: 11 It's got to be a simple question if I can get the whole thing into the subject line! For those who missed the subject line, I'd like to know if this is legal: void f (int i) { return (void) i; } // Ron Guilmette (rfg@ics.uci.edu) // C++ Entomologist // Motto: If it sticks, force it. If it breaks, it needed replacing anyway.