Parent Directory
|
Revision Log
|
Patch
revision 971 by capela, Thu Dec 7 10:36:26 2006 UTC | revision 972 by capela, Sun Dec 10 17:07:02 2006 UTC | |
---|---|---|
# | Line 36 | Line 36 |
36 | // Needed for lroundf() | // Needed for lroundf() |
37 | #include <math.h> | #include <math.h> |
38 | ||
39 | #ifdef __BORLANDC__ | #ifndef CONFIG_ROUND |
40 | static long lroundf ( float fval ) | static long lroundf ( float fval ) |
41 | { | { |
42 | double fint = 0.0; | double fint = 0.0; |
|
ViewVC Help | |
Powered by ViewVC |