Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jul 2005 20:42:02 +0200
From:      chaton <chaton@skreel.org>
To:        Matt <mhersant@comcast.net>
Cc:        freebsd-hackers@FreeBSD.ORG, misc@openbsd.org
Subject:   Re: C programming question
Message-ID:  <20050706204202.4e70b036.chaton@skreel.org>
In-Reply-To: <42518AC9.5070208@comcast.net>
References:  <42518AC9.5070208@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 04 Apr 2005 11:43:21 -0700
Matt <mhersant@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050706204202.4e70b036.chaton>