repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
math.h
blob
98ee97deed29a6a96052ce9091474efbfb35323f
1
#ifndef _MATH_H
2
3
#include <math/math.h>
4
5
/* Now define the internal interfaces. */
6
extern
int
__matherr
__P
((
struct
exception
*
__exc
));
7
8
#endif