set svn:eol-style to native
[reactos.git] / reactos / lib / crt / include / internal / math.h
1
2 #ifndef __CRT_INTERNAL_MATH_H
3 #define __CRT_INTERNAL_MATH_H
4
5
6 int _isinf (double); /* not exported */
7 int _isnanl (long double); /* not exported */
8 int _isinfl (long double); /* not exported */
9
10 #endif