Replying to myself as I just noticed this:

Marco Matthies wrote:
compile with:
gcc -Wall -std=c99 -lm signbit_test.c -o signbit_test

You can actually leave out the -lm, unless you're using other "real" functions from math.h that need to be linked in.

Marco
--
[email protected] mailing list

Reply via email to