From 8b1fadd6a89f12cbc81c5d621a75b91dd9eedec2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 5 Feb 2011 11:06:07 -0800 Subject: Adding Sun's fdlibm, and libnix's scanf, tweaked to become an xscanf. Adding a few more libc inlined also. --- libm/include/math.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 libm/include/math.h (limited to 'libm/include/math.h') diff --git a/libm/include/math.h b/libm/include/math.h new file mode 100644 index 0000000..b8b7885 --- /dev/null +++ b/libm/include/math.h @@ -0,0 +1,6 @@ +#ifndef __MATH_H__ +#define __MATH_H__ + +#include + +#endif -- cgit v1.2.3