C programming question

chaton chaton at skreel.org
Wed Jul 6 18:42:04 GMT 2005


On Mon, 04 Apr 2005 11:43:21 -0700
Matt <mhersant at comcast.net> wrote:

> I need some help understanding some C code. 
> 
> int     (*if_ioctl)
>         (struct ifnet *, int, caddr_t);
> 
> int     (*if_watchdog)
>         (int);
> 
> Can someone break down these declarations (if that's what they are)?  Is 
> this a form of typecasting?  Thanks for your help.
> 
> 

You already posted the *exact* same question a while ago and many people,
including me, have answered it already.


More information about the freebsd-hackers mailing list