Date: Mon, 04 Apr 2005 11:43:21 -0700 From: Matt <mhersant@comcast.net> To: freebsd-hackers@FreeBSD.ORG, misc@openbsd.org Subject: C programming question Message-ID: <42518AC9.5070208@comcast.net>
index | next in thread | raw e-mail
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.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42518AC9.5070208>
