glibc/include/math.h

9 lines
140 B
C

#ifndef _MATH_H
#include <math/math.h>
/* Now define the internal interfaces. */
extern int __matherr (struct exception *__exc);
#endif