Path: utzoo!mnetor!uunet!husc6!bbn!rochester!udel!princeton!phoenix!llave From: llave@phoenix.Princeton.EDU (Rafael Llave) Newsgroups: comp.lang.c Subject: Re: Why he won't use ANSI C Message-ID: <2054@phoenix.Princeton.EDU> Date: 13 Mar 88 00:01:49 GMT References: <7563@elsie.UUCP# <7022@brl-smoke.ARPA> <7564@elsie.UUCP> <295@alice.marlow.reuters.co.uk> Organization: Princeton University, NJ Lines: 19 Summary: typedef # Well, what about the fact that: # # typedef int (*PFI)(); # # main() # { # PFI fp = main; # } # # gives: # fp == *fp == **fp == ***fp ? A) It does not. B) If it did , it would not be more serious than for( i=0;;) generating an endless loop.