The following program does not link on Cygwin ,---- | #include <ieeefp.h> | | int main() | { | return(fgetsticky()); | } `---- due to fpgetsticky beeing unresolved.
fpgetsticky is declared in /usr/include/ieeefp.h, but I cannot find any library it is defined in. A search on the Cywin site and at google didn't turn up anything for fpgetsticky on Cygwin. (?)
Is it implemented? If so, where? If not, is there any substitute I should be using?
Greetings, Jochen
PS: It would be nice if you could cc me.