cleanup
[rpikern] / src / libc / float.h
diff --git a/src/libc/float.h b/src/libc/float.h
new file mode 100644 (file)
index 0000000..974e00e
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef FLOAT_H_
+#define FLOAT_H_
+
+#define FLT_MIN        __FLT_MIN__
+#define FLT_MAX        __FLT_MAX__
+
+#endif /* FLOAT_H_ */