Monday, 2 September 2013

Is there a linux equivalent for fpsetmask()?

Is there a linux equivalent for fpsetmask()?

I'm porting some BSD code to CentOS, and I find that the standard function
fpsetmask() found in ieeefp.h has been used in the code.
I'm not yet aware of this function's behaviour, but is there a linux
equivalent of this? Or should I create something that emulates this on
linux?

No comments:

Post a Comment