From: Nasir Hossain <nhossain@gawab.com>
To: "Linux-C-Programming (E-mail)" <linux-c-programming@vger.kernel.org>
Subject: pointer to function ??
Date: Thu, 20 May 2004 15:51:02 +0530 [thread overview]
Message-ID: <40AC868E.5040408@gawab.com> (raw)
hi,
can someone explain this to me :
0: using namespace ldm;
1: struct cmd_parse_t {
2: char flag;
3: void (*taskfunc)(ldm::diskio& dev, int argc, char** argv);
4: bool readonly;
5: };
what does line 3 do ? is it a pointer to a function or something else ?
next reply other threads:[~2004-05-20 10:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-20 10:21 Nasir Hossain [this message]
2004-05-20 12:00 ` pointer to function ?? Seika van Olstroem
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40AC868E.5040408@gawab.com \
--to=nhossain@gawab.com \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).