branch update for HEAD-2003021201
[reactos.git] / lib / crtdll / math / ftol.c
1 #include <msvcrt/float.h>
2
3 long _ftol(double fl)
4 {
5         return (long)fl;
6 }