Adding upstream version 3.30~pre4.
[syslinux-debian/hramrach.git] / com32 / include / math.h
blob5aaa9adaa4dbf39bf4878f62e18a0b451ec178c2
1 #ifndef _MATH_H
2 #define _MATH_H
4 double pow(double, double);
5 double fabs(double);
6 double strtod(const char *, char **);
8 #endif /* _MATH_H */