summaryrefslogtreecommitdiff
path: root/out.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2019-09-01 15:21:25 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2019-09-01 15:21:25 -0400
commitcc7d494226f41d76208bd2a0613a26435247cc87 (patch)
tree77ba93bae293ea2e2299ab54bea5c0f58065bce0 /out.h
parent8640ec94e95156551ce90a8fe4d96eddc6e66f88 (diff)
improved the way identifiers worked (now they use a single block array)
Diffstat (limited to 'out.h')
-rw-r--r--out.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/out.h b/out.h
index 0e7be5f..8d1ba2b 100644
--- a/out.h
+++ b/out.h
@@ -1,4 +1,4 @@
#include <stddef.h>
#include <stdint.h>
-void foo(float a[10], int64_t (*out__)[3]);
+void foo(void);
void main__(void);