我现在 最新的 fmod 或者 以前的 fmod 版本
FSOUND_SAMPLE 这个是在哪里定义的 没找到啊
#include <math.h>
#include <stdio.h>
int main( void )
{
double w = -10.0, x = 3.0, z;
z = fmod( w, x );
printf( "The remainder of %.2f / %.2f is %f\n", w, x, z );
}
老哥 你太逗了吧 ………………