repo.or.cz
/
syslinux-debian
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding upstream version 3.30~pre4.
[syslinux-debian/hramrach.git]
/
com32
/
include
/
math.h
blob
5aaa9adaa4dbf39bf4878f62e18a0b451ec178c2
1
#ifndef _MATH_H
2
#define _MATH_H
3
4
double
pow
(
double
,
double
);
5
double
fabs
(
double
);
6
double
strtod
(
const char
*,
char
**);
7
8
#endif
/* _MATH_H */