On Monday June 15 2015 23:05:07 Alexander Neundorf wrote:
> if you have multiple candidate headers, try them all, and use separate result
> variables for every one.
> Is that the problem you have ?
Yes. That's probably the thing I missed and why it didn't work; I used a single
variable.
Still,
On Saturday, June 13, 2015 23:17:37 René J.V. Bertin wrote:
> On Saturday June 13 2015 22:26:12 Alexander Neundorf wrote:
> > did you try check_symbol_exists() and the other similar functions ?
>
> Yes, but none that I could find give any information beyond whether the
> symbol exists. It may be p
On Saturday June 13 2015 22:26:12 Alexander Neundorf wrote:
> did you try check_symbol_exists() and the other similar functions ?
Yes, but none that I could find give any information beyond whether the symbol
exists. It may be possible (or necessary) to repeat such tests trying each of
the poss
On Wednesday, June 10, 2015 01:32:21 René J. V. Bertin wrote:
> Ok, let me rephrase the question to see what other kind of constructive
> answers that'll lead to:
>
> how does one check which header file provides the prototype for a function
> from the system libraries? Function in question: reall
Ok, let me rephrase the question to see what other kind of constructive answers
that'll lead to:
how does one check which header file provides the prototype for a function from
the system libraries?
Function in question: reallocf; can apparently be in either stdlib.h or
bsd/stdlib.h .
--
Pow
René J.V. Bertin wrote:
> Hello,
>
> I need to determine the availability of a certain function (reallocf) and
> which headerfile provides its prototype. If there is a function that
> handles this case I must have overlooked it (including on google), so I
> tried repeating a check_symbol_exist()
Hello,
I need to determine the availability of a certain function (reallocf) and which
headerfile provides its prototype.
If there is a function that handles this case I must have overlooked it
(including on google), so I tried repeating a check_symbol_exist() call
repeatedly with the various k