source: trunk/source/geometry/magneticfield/test/NTST/fpu.c @ 1347

Last change on this file since 1347 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 82 bytes
Line 
1#include <stdio.h>
2#include <fenv.h>
3void fpu_ ()
4{
5  fesetenv (FE_NOMASK_ENV);
6}
Note: See TracBrowser for help on using the repository browser.