Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!snorkelwacker.mit.edu!hsdndev!cmcl2!kramden.acf.nyu.edu!brnstnd From: brnstnd@kramden.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.lang.c Subject: Re: Invoking pointers to functions (C sytle) Message-ID: <10488:Dec220:59:2790@kramden.acf.nyu.edu> Date: 2 Dec 90 20:59:27 GMT References: <6379@harrier.ukc.ac.uk> <1990Dec1.232604.13487@zoo.toronto.edu> Organization: IR Lines: 11 In article <1990Dec1.232604.13487@zoo.toronto.edu> henry@zoo.toronto.edu (Henry Spencer) writes: [ calling a pointer to a function ] > I'd say the code is clearer > and more portable if you make the `*' explicit. More portable, yes. However, it would be clearer if all function calls were through pointers. The object referred to by a function name is implemented as a constant pointer to the code of the function; the language should accurately reflect this. ---Dan Brought to you by Super Global Mega Corp .com