Home | Info | Community | Development | myReactOS | Contact Us
00001 00006 #define sinf _dummy_sinf 00007 #include <math.h> 00008 #undef sinf 00009 00010 float sinf(float _X) 00011 { 00012 return ((float) sin ((double) _X)); 00013 }