Пример #1
0
	extern long _ftol2_sse(double dblSource) { return _ftol2(dblSource); }
Пример #2
0
long _ftol2_sse(double f)
{
	return _ftol2(f);
}