Ejemplo n.º 1
0
	extern long _ftol2_sse(double dblSource) { return _ftol2(dblSource); }
Ejemplo n.º 2
0
long _ftol2_sse(double f)
{
	return _ftol2(f);
}