glibc/include/math.h

9 lines
148 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 (struct exception *__exc) __THROW;
#endif