Need a few more functions declared.

This commit is contained in:
W. Eric Norum
2006-04-07 20:59:48 +00:00
parent fa34d5c8f3
commit 0aa4a34c2a

View File

@@ -17,6 +17,8 @@ extern "C" {
#endif
int isnan(double);
int finite(double);
int isinf(double);
#ifdef __cplusplus
}