Pietro Cerutti wrote:
On 7/7/06, O. Hartmann <[EMAIL PROTECTED]> wrote:
Hello out here,
sorry bothering you with some standard issues ...

I ran into trouble with a routine from <string.h>.

No, from stdlib.h

man strtod says:
SYNOPSIS
    #include <stdlib.h>


#include <stdio.h>
#include <math.h>
#include <string.h>

#include <stdlib.h> will solve your problems...



Yes, it does.
Thanks ...
I wonder why the compiler did not moan about a unknow call ...

Thnaks a lot,
oh
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to