Why he won't use ANSI C

Rafael Llave llave at phoenix.Princeton.EDU
Sun Mar 13 10:01:49 AEST 1988


# 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.



More information about the Comp.lang.c mailing list