Don't user __tolower directly for tolower implementation. Use inline function which...
[glibc.git] / include / math.h
blob98ee97deed29a6a96052ce9091474efbfb35323f
1 #ifndef _MATH_H
3 #include <math/math.h>
5 /* Now define the internal interfaces. */
6 extern int __matherr __P ((struct exception *__exc));
8 #endif