glibc/include/math.h

9 lines
146 B
C
Raw Normal View History

#ifndef _MATH_H
1995-02-18 02:27:10 +01:00
#include <math/math.h>
/* Now define the internal interfaces. */
extern int __matherr __P ((struct exception *__exc));
#endif