shithub: scc

Download patch

ref: a1e3abc209473dd524ec163eca35edfa7ac65b3a
parent: 57a4ce1ffd76c45dcf107415a5ee4ea33ed54c66
author: Roberto E. Vargas Caballero <[email protected]>
date: Sun Sep 2 17:18:31 EDT 2018

[lib/c] Add math.h placeholder

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