shithub: scc

Download patch

ref: 37572f48d83ede616d0e47006d52b750f0048a8d
parent: a4bb45eb606a3d28d405f37d029a86327d136586
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Sep 2 10:28:49 EDT 2018

[lib/c] Add placeholder for float.h

Scc does not support floats yet, and it will need time until
being able to.

--- /dev/null
+++ b/rootdir/include/scc/float.h
@@ -1,0 +1,4 @@
+#ifndef _FLOAT_H
+#define _FLOAT_H
+#error not supported yet
+#endif