From: Glynn Clements <glynn@gclements.plus.com>
To: raja <vnagaraju@effigent.net>
Cc: linux-c-programming@vger.kernel.org
Subject: Re: error func
Date: Sat, 9 Jul 2005 18:36:44 +0100 [thread overview]
Message-ID: <17104.2860.755765.390496@gargle.gargle.HOWL> (raw)
In-Reply-To: <42CE5868.8@effigent.net>
raja wrote:
> I am writing a function that takes the return value of the another
> function and gives the status of the function.
> if
> error("functionName",arguments)
> here the function with Name "functionName " is to be executed with the
> corresponding argunents.But by knowing the function name how can i get
> the address if that function
dlsym().
> and how can i execute the function with the arguments.
You can't portably make a function call where the number of arguments
isn't known at compile time.
--
Glynn Clements <glynn@gclements.plus.com>
prev parent reply other threads:[~2005-07-09 17:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-08 10:41 error func raja
2005-07-08 10:59 ` Rechberger Markus
2005-07-09 17:36 ` Glynn Clements [this message]
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=17104.2860.755765.390496@gargle.gargle.HOWL \
--to=glynn@gclements.plus.com \
--cc=linux-c-programming@vger.kernel.org \
--cc=vnagaraju@effigent.net \
/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).