summaryrefslogtreecommitdiff
path: root/out.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-08-24 14:07:14 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-08-24 14:07:14 -0400
commit32ab8c03cc4382401f4b0a5948354c6d14d08650 (patch)
treefb067f6e1f3235cc18c3f61fa12ec1355fd79aff /out.h
parentde61270e8ed6c152be89c9b10f1354a82712f2df (diff)
improved functions; added header file
Diffstat (limited to 'out.h')
-rw-r--r--out.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/out.h b/out.h
new file mode 100644
index 0000000..20f1ebe
--- /dev/null
+++ b/out.h
@@ -0,0 +1,2 @@
+void main();
+static int8_t foo(int64_t x, float y, double z);