SVN-Revision: 4941
This commit is contained in:
Nicolas Thill 2006-10-07 09:59:42 +00:00
parent f24a3a5199
commit e9dd9d22e7

View File

@ -43,7 +43,7 @@
#ifdef __STDC__
float ceilf(float x)
#else
float rintf(x)
float ceilf(x)
float x;
#endif
{