X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibm.so_src%2Finclude_exp%2Fmath.h;fp=Usermode%2FLibraries%2Flibm.so_src%2Finclude_exp%2Fmath.h;h=349547ed59cf2ec132cb63a0516f311f31491e5c;hb=e5624832d0c6535be32fb0452c4ce8e8637b0ad4;hp=0000000000000000000000000000000000000000;hpb=b0472312d548efb716890c461bd21492a040ca8c;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libm.so_src/include_exp/math.h b/Usermode/Libraries/libm.so_src/include_exp/math.h new file mode 100644 index 00000000..349547ed --- /dev/null +++ b/Usermode/Libraries/libm.so_src/include_exp/math.h @@ -0,0 +1,13 @@ +/* + * Acess2 C Library (Maths) + * - By John Hodge (thePowersGang) + * + * math.h + * - C99 Header + */ +#ifndef _LIBM__MATH_H_ +#define _LIBM__MATH_H_ + +extern double pow(double x, double y); + +#endif