in reply to Re^2: [C Question] Determine if gcc provides erfl() function
in thread [C Question] Determine if gcc provides erfl() function
The man page for feature_test_macros has lots of details on how to use these, and the info page has even more.
But the easiest way is to set the compiler command line option -std=c99 to ensure that everything (compiler/libc) complies with the C99 standard.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: [C Question] Determine if gcc provides erfl() function
by Anonymous Monk on May 29, 2015 at 20:15 UTC |