Usermode/libm - Stubbed up a quick libm (using gcc builtins)
[tpg/acess2.git] / Usermode / Libraries / libm.so_src / include_exp / math.h
1 /*
2  * Acess2 C Library (Maths)
3  * - By John Hodge (thePowersGang)
4  *
5  * math.h
6  * - C99 Header
7  */
8 #ifndef _LIBM__MATH_H_
9 #define _LIBM__MATH_H_
10
11 extern double   pow(double x, double y);
12
13 #endif

UCC git Repository :: git.ucc.asn.au