In article <5485 at batcomputer.tn.cornell.edu> olson at tcgould.tn.cornell.edu (olson) writes:
>Does the new C standard have a natural way to declare a
>function that returns a pointer to itself
void *(*
main() )()
{
return main;
}
Ugly eh???
--
Scott M. King