Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!inmet!rich From: rich@inmet.inmet.com Newsgroups: comp.std.c Subject: prototype question Message-ID: <29200001@inmet> Date: 12 Dec 89 20:29:00 GMT Lines: 15 Nf-ID: #N:inmet:29200001:000:239 Nf-From: inmet.inmet.com!rich Dec 12 15:29:00 1989 I misplaced my copy of the ANSI Draft. What is the latest rule on prototype checking in the following case: int fn(int); int fn(c) char c; { } Plum Hall 1.09 says this is legal. Is it still so? uunet!inmet!rich Richard Man