X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;fp=docs%2Fusers_guide%2Fffi-chap.xml;h=47c0f01ba98326a8428d3f9e4e2d3f0a571273e3;hp=c124ddba0e1b5c1adfae1cabe32b0a530c4eceed;hb=8d05e337d19011a872c531033c9d914ed3872be3;hpb=56602d12c1a46fca405a9a53a91497a9597e2397 diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index c124ddb..47c0f01 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -651,7 +651,7 @@ int main(int argc, char *argv[]) Floating point and the FFI - On POSIX systems, the fenv.h header + The standard C99 fenv.h header provides operations for inspecting and modifying the state of the floating point unit. In particular, the rounding mode used by floating point operations can be changed, and the